Html Css Color HEX #086310 Green

📋 copy color: '#086310'

red 8 ◦ green 99 ◦ blue 16

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

Shades of Green #086310

Tints of Green #086310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 80.49%

 BLUE value IS 16 (6.64% from 255) = 13.01%

R = 6.5%
G = 80.49%
B = 13.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#086310 (or 0x086310) is known color: Green. HEX triplet: 08, 63 and 10. RGB value is (8,99,16). Sum of RGB (Red+Green+Blue) = 8+99+16=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 99 (39.06% from 255 or 80.49% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 99 - color contains mainly: green. Hex color #086310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086310 is #F79CEF. Grayscale: #3E3E3E. Windows color (decimal): -16227568 or 1073928. OLE color: 1073928.

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

Color convert

RGB 8 99 16 -
CMYK 0.92 0 0.84 0.61
HSL 125.27º 0.85% 0.21% -
HSV(B) 125.27º 0.92% 0.39% -
XYZ 4.66 9.01 1.98 -
YUV 62.33 101.85 89.25 -
System Red Green Blue C M Y K H S L
Decimal 8 99 16 0.92 0 0.84 0.61 125.27 0.85 0.21
Hex 8 63 10 5C 0 54 3D 7D 55 15
Octal 10 143 20 134 0 124 75 175 125 25
Binary 1000 1100011 10000 1011100 0 1010100 111101 1111101 1010101 10101

Color Harmonies of #086310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086310

Black with #086310

Text Example


Text Example

White with #086310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086310; }

 p { color: rgb(8,99,16); }

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

background-color css

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

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

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

border-color css

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

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

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