#818716

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

Shades of Trendy Green #818716

Tints of Trendy Green #818716

Color information

#818716 (or 0x818716) is unknown color: approx Trendy Green. HEX triplet: 81, 87 and 16. RGB value is (129,135,22). Sum of RGB (Red+Green+Blue) = 129+135+22=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #818716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818716 is #7E78E9. Grayscale: #787878. Windows color (decimal): -8288490 or 1476481. OLE color: 1476481.

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

Color convert

RGB12913522-
CMYK0.0400.840.47
HSL63.19º71.97%30.78%-
HSV(B)63.19º83.7%52.94%-
XYZ17.8622.054.07-
YUV120.3272.51134.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.10%
GREEN value IS 135 (53.12% from 255) = 47.20%
BLUE value IS 22 (8.98% from 255) = 7.69%
R=45.10%
G=47.20%
B=7.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129135220.0400.840.4763.1971.9730.78
Hex81871640542F3f481f
Octal2012072640124577711037
Binary10000001100001111011010001010100101111111111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818716; }

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

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

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

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

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

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

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

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