#818714

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

Shades of Trendy Green #818714

Tints of Trendy Green #818714

Color information

#818714 (or 0x818714) is unknown color: approx Trendy Green. HEX triplet: 81, 87 and 14. RGB value is (129,135,20). Sum of RGB (Red+Green+Blue) = 129+135+20=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #818714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818714 is #7E78EB. Grayscale: #787878. Windows color (decimal): -8288492 or 1345409. OLE color: 1345409.

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

Color convert

RGB12913520-
CMYK0.0400.850.47
HSL63.13º74.19%30.39%-
HSV(B)63.13º85.19%52.94%-
XYZ17.8422.053.98-
YUV120.171.51134.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 135 (53.12% from 255) = 47.54%
BLUE value IS 20 (8.20% from 255) = 7.04%
R=45.42%
G=47.54%
B=7.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129135200.0400.850.4763.1374.1930.39
Hex81871440552F3f4a1e
Octal2012072440125577711236
Binary10000001100001111010010001010101101111111111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818714; }

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

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

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

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

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

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

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

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