Html Css Color HEX #087512 Green

📋 copy color: '#087512'

red 8 ◦ green 117 ◦ blue 18

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

Shades of Green #087512

Tints of Green #087512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 81.82%

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

R = 5.59%
G = 81.82%
B = 12.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#087512 (or 0x087512) is known color: Green. HEX triplet: 08, 75 and 12. RGB value is (8,117,18). Sum of RGB (Red+Green+Blue) = 8+117+18=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 117 (46.09% from 255 or 81.82% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 117 - color contains mainly: green. Hex color #087512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087512 is #F78AED. Grayscale: #494949. Windows color (decimal): -16222958 or 1209608. OLE color: 1209608.

HSL color Cylindrical-coordinate representation of color #087512: hue angle of 125.5º 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 #087512 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 117 18 -
CMYK 0.93 0 0.85 0.54
HSL 125.5º 0.87% 0.25% -
HSV(B) 125.5º 0.93% 0.46% -
XYZ 6.57 12.82 2.7 -
YUV 73.12 96.89 81.55 -
System Red Green Blue C M Y K H S L
Decimal 8 117 18 0.93 0 0.85 0.54 125.5 0.87 0.25
Hex 8 75 12 5D 0 55 36 7E 57 19
Octal 10 165 22 135 0 125 66 176 127 31
Binary 1000 1110101 10010 1011101 0 1010101 110110 1111110 1010111 11001

Color Harmonies of #087512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087512

Black with #087512

Text Example


Text Example

White with #087512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087512; }

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

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

background-color css

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

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

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

border-color css

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

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

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