Html Css Color HEX #086F0D Green

📋 copy color: '#086F0D'

red 8 ◦ green 111 ◦ blue 13

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

Shades of Green #086F0D

Tints of Green #086F0D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 84.09%

 BLUE value IS 13 (5.47% from 255) = 9.85%

R = 6.06%
G = 84.09%
B = 9.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#086F0D (or 0x086F0D) is known color: Green. HEX triplet: 08, 6F and 0D. RGB value is (8,111,13). Sum of RGB (Red+Green+Blue) = 8+111+13=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 111 (43.75% from 255 or 84.09% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 111 - color contains mainly: green. Hex color #086F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086F0D is #F790F2. Grayscale: #454545. Windows color (decimal): -16224499 or 880392. OLE color: 880392.

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

Color convert

RGB 8 111 13 -
CMYK 0.93 0 0.88 0.56
HSL 122.91º 0.87% 0.23% -
HSV(B) 122.91º 0.93% 0.44% -
XYZ 5.86 11.45 2.28 -
YUV 69.03 96.38 84.47 -
System Red Green Blue C M Y K H S L
Decimal 8 111 13 0.93 0 0.88 0.56 122.91 0.87 0.23
Hex 8 6F D 5D 0 58 38 7B 57 17
Octal 10 157 15 135 0 130 70 173 127 27
Binary 1000 1101111 1101 1011101 0 1011000 111000 1111011 1010111 10111

Color Harmonies of #086F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F0D

Black with #086F0D

Text Example


Text Example

White with #086F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086F0D; }

 p { color: rgb(8,111,13); }

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

background-color css

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

 a { background-color: rgb(8,111,13); }

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

border-color css

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

 span { border-color: rgb(8,111,13); }

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