#818956

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

Shades of Finch #818956

Tints of Finch #818956

Color information

#818956 (or 0x818956) is unknown color: approx Finch. HEX triplet: 81, 89 and 56. RGB value is (129,137,86). Sum of RGB (Red+Green+Blue) = 129+137+86=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #818956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818956 is #7E76A9. Grayscale: #808080. Windows color (decimal): -8287914 or 5671297. OLE color: 5671297.

HSL color Cylindrical-coordinate representation of color #818956: hue angle of 69.41º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #818956 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB12913786-
CMYK0.0600.370.46
HSL69.41º22.87%43.73%-
HSV(B)69.41º37.23%53.73%-
XYZ19.6823.2312.25-
YUV128.79103.85128.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.65%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=36.65%
G=38.92%
B=24.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129137860.0600.370.4669.4122.8743.73
Hex81895660252E45172c
Octal2012111266045561052754
Binary100000011000100110101101100100101101110100010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818956; }

 p { color: rgb(129,137,86); }

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

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

 a { background-color: rgb(129,137,86); }

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

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

 span { border-color: rgb(129,137,86); }

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