Html Css Color HEX #086013 Green

📋 copy color: '#086013'

red 8 ◦ green 96 ◦ blue 19

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

Shades of Green #086013

Tints of Green #086013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 78.05%

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

R = 6.5%
G = 78.05%
B = 15.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#086013 (or 0x086013) is known color: Green. HEX triplet: 08, 60 and 13. RGB value is (8,96,19). Sum of RGB (Red+Green+Blue) = 8+96+19=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 96 (37.89% from 255 or 78.05% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 96 - color contains mainly: green. Hex color #086013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086013 is #F79FEC. Grayscale: #3D3D3D. Windows color (decimal): -16228333 or 1269768. OLE color: 1269768.

HSL color Cylindrical-coordinate representation of color #086013: hue angle of 127.5º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086013 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 19 -
CMYK 0.92 0 0.80 0.62
HSL 127.5º 0.85% 0.2% -
HSV(B) 127.5º 0.92% 0.38% -
XYZ 4.4 8.46 2.02 -
YUV 60.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 8 96 19 0.92 0 0.80 0.62 127.5 0.85 0.2
Hex 8 60 13 5C 0 50 3E 80 55 14
Octal 10 140 23 134 0 120 76 200 125 24
Binary 1000 1100000 10011 1011100 0 1010000 111110 10000000 1010101 10100

Color Harmonies of #086013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086013

Black with #086013

Text Example


Text Example

White with #086013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086013; }

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

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

background-color css

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

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

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

border-color css

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

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

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