Html Css Color HEX #087212 Green

📋 copy color: '#087212'

red 8 ◦ green 114 ◦ blue 18

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

Shades of Green #087212

Tints of Green #087212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 81.43%

 BLUE value IS 18 (7.42% from 255) = 12.86%

R = 5.71%
G = 81.43%
B = 12.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#087212 (or 0x087212) is known color: Green. HEX triplet: 08, 72 and 12. RGB value is (8,114,18). Sum of RGB (Red+Green+Blue) = 8+114+18=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 114 (44.92% from 255 or 81.43% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 114 - color contains mainly: green. Hex color #087212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087212 is #F78DED. Grayscale: #474747. Windows color (decimal): -16223726 or 1208840. OLE color: 1208840.

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

Color convert

RGB 8 114 18 -
CMYK 0.93 0 0.84 0.55
HSL 125.66º 0.87% 0.24% -
HSV(B) 125.66º 0.93% 0.45% -
XYZ 6.23 12.13 2.59 -
YUV 71.36 97.88 82.81 -
System Red Green Blue C M Y K H S L
Decimal 8 114 18 0.93 0 0.84 0.55 125.66 0.87 0.24
Hex 8 72 12 5D 0 54 37 7E 57 18
Octal 10 162 22 135 0 124 67 176 127 30
Binary 1000 1110010 10010 1011101 0 1010100 110111 1111110 1010111 11000

Color Harmonies of #087212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087212

Black with #087212

Text Example


Text Example

White with #087212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087212; }

 p { color: rgb(8,114,18); }

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

background-color css

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

 a { background-color: rgb(8,114,18); }

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

border-color css

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

 span { border-color: rgb(8,114,18); }

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