Html Css Color HEX #086513 Green

📋 copy color: '#086513'

red 8 ◦ green 101 ◦ blue 19

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

Shades of Green #086513

Tints of Green #086513

RGB

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

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

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

R = 6.25%
G = 78.91%
B = 14.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#086513 (or 0x086513) is known color: Green. HEX triplet: 08, 65 and 13. RGB value is (8,101,19). Sum of RGB (Red+Green+Blue) = 8+101+19=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 101 (39.84% from 255 or 78.91% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 101 - color contains mainly: green. Hex color #086513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086513 is #F79AEC. Grayscale: #404040. Windows color (decimal): -16227053 or 1271048. OLE color: 1271048.

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

Color convert

RGB 8 101 19 -
CMYK 0.92 0 0.81 0.60
HSL 127.1º 0.85% 0.21% -
HSV(B) 127.1º 0.92% 0.4% -
XYZ 4.87 9.41 2.17 -
YUV 63.85 102.69 88.17 -
System Red Green Blue C M Y K H S L
Decimal 8 101 19 0.92 0 0.81 0.60 127.1 0.85 0.21
Hex 8 65 13 5C 0 51 3C 7F 55 15
Octal 10 145 23 134 0 121 74 177 125 25
Binary 1000 1100101 10011 1011100 0 1010001 111100 1111111 1010101 10101

Color Harmonies of #086513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086513

Black with #086513

Text Example


Text Example

White with #086513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086513; }

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

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

background-color css

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

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

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

border-color css

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

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

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