#788150

Color #788150 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #788150

Tints of Finch #788150

Color information

#788150 (or 0x788150) is unknown color: approx Finch. HEX triplet: 78, 81 and 50. RGB value is (120,129,80). Sum of RGB (Red+Green+Blue) = 120+129+80=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #788150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788150 is #877EAF. Grayscale: #787878. Windows color (decimal): -8879792 or 5276024. OLE color: 5276024.

HSL color Cylindrical-coordinate representation of color #788150: hue angle of 71.02º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #788150 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB12012980-
CMYK0.0700.380.49
HSL71.02º23.44%40.98%-
HSV(B)71.02º37.98%50.59%-
XYZ17.0420.2710.6-
YUV120.72105.02127.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=36.47%
G=39.21%
B=24.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120129800.0700.380.4971.0223.4440.98
Hex788150702631471729
Octal1702011207046611072751
Binary11110001000000110100001110100110110001100011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788150; }

 p { color: rgb(120,129,80); }

 H1.HeaderClassName
 {
   color: #788150;
 }
 .AnyTagClassName
 {
   color: #788150;
 }
</style>
background-color css

<style>
 a { background-color: #788150; }

 a { background-color: rgb(120,129,80); }

 div.DivClassName
 {
   background-color: #788150;
 }
 .BgClassName
 {
   background-color: #788150;
 }
</style>
border-color css

<style>
 span { border-color: #788150; }

 span { border-color: rgb(120,129,80); }

 td.TdClassName
 {
   border-color: #788150;
 }
 .TagClassName
 {
   border-color: #788150;
 }
</style>