Html Css Color HEX #086508 Green

📋 copy color: '#086508'

red 8 ◦ green 101 ◦ blue 8

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

Shades of Green #086508

Tints of Green #086508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 86.32%

 BLUE value IS 8 (3.52% from 255) = 6.84%

R = 6.84%
G = 86.32%
B = 6.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#086508 (or 0x086508) is known color: Green. HEX triplet: 08, 65 and 08. RGB value is (8,101,8). Sum of RGB (Red+Green+Blue) = 8+101+8=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 101 (39.84% from 255 or 86.32% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 101 - color contains mainly: green. Hex color #086508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086508 is #F79AF7. Grayscale: #3E3E3E. Windows color (decimal): -16227064 or 550152. OLE color: 550152.

HSL color Cylindrical-coordinate representation of color #086508: hue angle of 120º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086508 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 101 8 -
CMYK 0.92 0 0.92 0.60
HSL 120º 0.85% 0.21% -
HSV(B) 120º 0.92% 0.4% -
XYZ 4.8 9.38 1.79 -
YUV 62.59 97.19 89.06 -
System Red Green Blue C M Y K H S L
Decimal 8 101 8 0.92 0 0.92 0.60 120 0.85 0.21
Hex 8 65 8 5C 0 5C 3C 78 55 15
Octal 10 145 10 134 0 134 74 170 125 25
Binary 1000 1100101 1000 1011100 0 1011100 111100 1111000 1010101 10101

Color Harmonies of #086508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086508

Black with #086508

Text Example


Text Example

White with #086508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086508; }

 p { color: rgb(8,101,8); }

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

background-color css

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

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

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

border-color css

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

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

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