Html Css Color HEX #087013 Green

📋 copy color: '#087013'

red 8 ◦ green 112 ◦ blue 19

#087013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #087013

Tints of Green #087013

RGB

 RED value IS 8 (3.52% from 255) = 5.76%

 GREEN value IS 112 (44.14% from 255) = 80.58%

 BLUE value IS 19 (7.81% from 255) = 13.67%

R = 5.76%
G = 80.58%
B = 13.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#087013 (or 0x087013) is known color: Green. HEX triplet: 08, 70 and 13. RGB value is (8,112,19). Sum of RGB (Red+Green+Blue) = 8+112+19=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 112 (44.14% from 255 or 80.58% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 112 - color contains mainly: green. Hex color #087013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087013 is #F78FEC. Grayscale: #464646. Windows color (decimal): -16224237 or 1273864. OLE color: 1273864.

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

Color convert

RGB 8 112 19 -
CMYK 0.93 0 0.83 0.56
HSL 126.35º 0.87% 0.24% -
HSV(B) 126.35º 0.93% 0.44% -
XYZ 6.01 11.69 2.56 -
YUV 70.3 99.04 83.56 -
System Red Green Blue C M Y K H S L
Decimal 8 112 19 0.93 0 0.83 0.56 126.35 0.87 0.24
Hex 8 70 13 5D 0 53 38 7E 57 18
Octal 10 160 23 135 0 123 70 176 127 30
Binary 1000 1110000 10011 1011101 0 1010011 111000 1111110 1010111 11000

Color Harmonies of #087013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087013

Black with #087013

Text Example


Text Example

White with #087013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087013; }

 p { color: rgb(8,112,19); }

 H1.HeaderClassName
 {
   color: #087013;
 }
 .AnyTagClassName
 {
   color: #087013;
 }
</style>

background-color css

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

 a { background-color: rgb(8,112,19); }

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

border-color css

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

 span { border-color: rgb(8,112,19); }

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