#818750

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

Shades of Finch #818750

Tints of Finch #818750

Color information

#818750 (or 0x818750) is unknown color: approx Finch. HEX triplet: 81, 87 and 50. RGB value is (129,135,80). Sum of RGB (Red+Green+Blue) = 129+135+80=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #818750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818750 is #7E78AF. Grayscale: #7F7F7F. Windows color (decimal): -8288432 or 5277569. OLE color: 5277569.

HSL color Cylindrical-coordinate representation of color #818750: hue angle of 66.55º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #818750 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB12913580-
CMYK0.0400.410.47
HSL66.55º25.58%42.16%-
HSV(B)66.55º40.74%52.94%-
XYZ19.1722.5710.94-
YUV126.94101.51129.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=37.5%
G=39.24%
B=23.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129135800.0400.410.4766.5525.5842.16
Hex81875040292F431a2a
Octal2012071204051571033252
Binary100000011000011110100001000101001101111100001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818750; }

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

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

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

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

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

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

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

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