Html Css Color HEX #087F0C Green

📋 copy color: '#087F0C'

red 8 ◦ green 127 ◦ blue 12

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

Shades of Green #087F0C

Tints of Green #087F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 86.39%

 BLUE value IS 12 (5.08% from 255) = 8.16%

R = 5.44%
G = 86.39%
B = 8.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#087F0C (or 0x087F0C) is known color: Green. HEX triplet: 08, 7F and 0C. RGB value is (8,127,12). Sum of RGB (Red+Green+Blue) = 8+127+12=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 127 (50% from 255 or 86.39% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 127 - color contains mainly: green. Hex color #087F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087F0C is #F780F3. Grayscale: #4E4E4E. Windows color (decimal): -16220404 or 818952. OLE color: 818952.

HSL color Cylindrical-coordinate representation of color #087F0C: hue angle of 122.02º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087F0C is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 127 12 -
CMYK 0.94 0 0.91 0.50
HSL 122.02º 0.88% 0.26% -
HSV(B) 122.02º 0.94% 0.5% -
XYZ 7.76 15.26 2.88 -
YUV 78.31 90.58 77.85 -
System Red Green Blue C M Y K H S L
Decimal 8 127 12 0.94 0 0.91 0.50 122.02 0.88 0.26
Hex 8 7F C 5E 0 5B 32 7A 58 1A
Octal 10 177 14 136 0 133 62 172 130 32
Binary 1000 1111111 1100 1011110 0 1011011 110010 1111010 1011000 11010

Color Harmonies of #087F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087F0C

Black with #087F0C

Text Example


Text Example

White with #087F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087F0C; }

 p { color: rgb(8,127,12); }

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

background-color css

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

 a { background-color: rgb(8,127,12); }

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

border-color css

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

 span { border-color: rgb(8,127,12); }

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