Html Css Color HEX #086D0F Green

📋 copy color: '#086D0F'

red 8 ◦ green 109 ◦ blue 15

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

Shades of Green #086D0F

Tints of Green #086D0F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 82.58%

 BLUE value IS 15 (6.25% from 255) = 11.36%

R = 6.06%
G = 82.58%
B = 11.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#086D0F (or 0x086D0F) is known color: Green. HEX triplet: 08, 6D and 0F. RGB value is (8,109,15). Sum of RGB (Red+Green+Blue) = 8+109+15=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 109 (42.97% from 255 or 82.58% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 109 - color contains mainly: green. Hex color #086D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086D0F is #F792F0. Grayscale: #444444. Windows color (decimal): -16225009 or 1010952. OLE color: 1010952.

HSL color Cylindrical-coordinate representation of color #086D0F: hue angle of 124.16º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086D0F is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 109 15 -
CMYK 0.93 0 0.86 0.57
HSL 124.16º 0.86% 0.23% -
HSV(B) 124.16º 0.93% 0.43% -
XYZ 5.66 11.02 2.28 -
YUV 68.09 98.04 85.14 -
System Red Green Blue C M Y K H S L
Decimal 8 109 15 0.93 0 0.86 0.57 124.16 0.86 0.23
Hex 8 6D F 5D 0 56 39 7C 56 17
Octal 10 155 17 135 0 126 71 174 126 27
Binary 1000 1101101 1111 1011101 0 1010110 111001 1111100 1010110 10111

Color Harmonies of #086D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086D0F

Black with #086D0F

Text Example


Text Example

White with #086D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,109,15); }

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

background-color css

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

 a { background-color: rgb(8,109,15); }

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

border-color css

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

 span { border-color: rgb(8,109,15); }

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