#087514

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

Shades of Green #087514

Tints of Green #087514

Color information

#087514 (or 0x087514) is unknown color: approx Green. HEX triplet: 08, 75 and 14. RGB value is (8,117,20). Sum of RGB (Red+Green+Blue) = 8+117+20=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 117 (46.09% from 255 or 80.69% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 117 - color contains mainly: green. Hex color #087514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087514 is #F78AEB. Grayscale: #494949. Windows color (decimal): -16222956 or 1340680. OLE color: 1340680.

HSL color Cylindrical-coordinate representation of color #087514: hue angle of 126.61º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087514 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB811720-
CMYK0.9300.830.54
HSL126.61º87.2%24.51%-
HSV(B)126.61º93.16%45.88%-
XYZ6.5912.822.79-
YUV73.3597.8981.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.52%
GREEN value IS 117 (46.09% from 255) = 80.69%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=5.52%
G=80.69%
B=13.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8117200.9300.830.54126.6187.224.51
Hex875145D053367f5719
Octal101652413501236617712731
Binary10001110101101001011101010100111101101111111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087514; }

 p { color: rgb(8,117,20); }

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

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

 a { background-color: rgb(8,117,20); }

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

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

 span { border-color: rgb(8,117,20); }

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