Html Css Color HEX #086313 Green

📋 copy color: '#086313'

red 8 ◦ green 99 ◦ blue 19

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

Shades of Green #086313

Tints of Green #086313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 6.35%
G = 78.57%
B = 15.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#086313 (or 0x086313) is known color: Green. HEX triplet: 08, 63 and 13. RGB value is (8,99,19). Sum of RGB (Red+Green+Blue) = 8+99+19=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 99 (39.06% from 255 or 78.57% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 99 - color contains mainly: green. Hex color #086313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086313 is #F79CEC. Grayscale: #3E3E3E. Windows color (decimal): -16227565 or 1270536. OLE color: 1270536.

HSL color Cylindrical-coordinate representation of color #086313: hue angle of 127.25º 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 #086313 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 99 19 -
CMYK 0.92 0 0.81 0.61
HSL 127.25º 0.85% 0.21% -
HSV(B) 127.25º 0.92% 0.39% -
XYZ 4.68 9.02 2.11 -
YUV 62.67 103.35 89 -
System Red Green Blue C M Y K H S L
Decimal 8 99 19 0.92 0 0.81 0.61 127.25 0.85 0.21
Hex 8 63 13 5C 0 51 3D 7F 55 15
Octal 10 143 23 134 0 121 75 177 125 25
Binary 1000 1100011 10011 1011100 0 1010001 111101 1111111 1010101 10101

Color Harmonies of #086313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086313

Black with #086313

Text Example


Text Example

White with #086313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086313; }

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

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

background-color css

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

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

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

border-color css

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

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

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