#818612

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

Shades of Trendy Green #818612

Tints of Trendy Green #818612

Color information

#818612 (or 0x818612) is unknown color: approx Trendy Green. HEX triplet: 81, 86 and 12. RGB value is (129,134,18). Sum of RGB (Red+Green+Blue) = 129+134+18=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #818612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818612 is #7E79ED. Grayscale: #777777. Windows color (decimal): -8288750 or 1214081. OLE color: 1214081.

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

Color convert

RGB12913418-
CMYK0.0400.870.47
HSL62.59º76.32%29.8%-
HSV(B)62.59º86.57%52.55%-
XYZ17.6921.763.84-
YUV119.2870.84134.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 18 (7.42% from 255) = 6.41%
R=45.91%
G=47.69%
B=6.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129134180.0400.870.4762.5976.3229.8
Hex81861240572F3f4c1e
Octal2012062240127577711436
Binary10000001100001101001010001010111101111111111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818612; }

 p { color: rgb(129,134,18); }

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

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

 a { background-color: rgb(129,134,18); }

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

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

 span { border-color: rgb(129,134,18); }

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