Html Css Color HEX #086B05 Green

📋 copy color: '#086B05'

red 8 ◦ green 107 ◦ blue 5

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

Shades of Green #086B05

Tints of Green #086B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 89.17%

 BLUE value IS 5 (2.34% from 255) = 4.17%

R = 6.67%
G = 89.17%
B = 4.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#086B05 (or 0x086B05) is known color: Green. HEX triplet: 08, 6B and 05. RGB value is (8,107,5). Sum of RGB (Red+Green+Blue) = 8+107+5=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 107 (42.19% from 255 or 89.17% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 107 - color contains mainly: green. Hex color #086B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086B05 is #F794FA. Grayscale: #424242. Windows color (decimal): -16225531 or 355080. OLE color: 355080.

HSL color Cylindrical-coordinate representation of color #086B05: hue angle of 118.24º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086B05 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 107 5 -
CMYK 0.93 0 0.95 0.58
HSL 118.24º 0.91% 0.22% -
HSV(B) 118.24º 0.95% 0.42% -
XYZ 5.39 10.58 1.9 -
YUV 65.77 93.7 86.79 -
System Red Green Blue C M Y K H S L
Decimal 8 107 5 0.93 0 0.95 0.58 118.24 0.91 0.22
Hex 8 6B 5 5D 0 5F 3A 76 5B 16
Octal 10 153 5 135 0 137 72 166 133 26
Binary 1000 1101011 101 1011101 0 1011111 111010 1110110 1011011 10110

Color Harmonies of #086B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086B05

Black with #086B05

Text Example


Text Example

White with #086B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,107,5); }

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

background-color css

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

 a { background-color: rgb(8,107,5); }

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

border-color css

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

 span { border-color: rgb(8,107,5); }

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