Html Css Color HEX #086813 Green

📋 copy color: '#086813'

red 8 ◦ green 104 ◦ blue 19

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

Shades of Green #086813

Tints of Green #086813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 79.39%

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

R = 6.11%
G = 79.39%
B = 14.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#086813 (or 0x086813) is known color: Green. HEX triplet: 08, 68 and 13. RGB value is (8,104,19). Sum of RGB (Red+Green+Blue) = 8+104+19=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 104 (41.02% from 255 or 79.39% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 104 - color contains mainly: green. Hex color #086813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086813 is #F797EC. Grayscale: #414141. Windows color (decimal): -16226285 or 1271816. OLE color: 1271816.

HSL color Cylindrical-coordinate representation of color #086813: hue angle of 126.87º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086813 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 104 19 -
CMYK 0.92 0 0.82 0.59
HSL 126.88º 0.86% 0.22% -
HSV(B) 126.88º 0.92% 0.41% -
XYZ 5.17 10 2.27 -
YUV 65.61 101.7 86.91 -
System Red Green Blue C M Y K H S L
Decimal 8 104 19 0.92 0 0.82 0.59 126.88 0.86 0.22
Hex 8 68 13 5C 0 52 3B 7F 56 16
Octal 10 150 23 134 0 122 73 177 126 26
Binary 1000 1101000 10011 1011100 0 1010010 111011 1111111 1010110 10110

Color Harmonies of #086813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086813

Black with #086813

Text Example


Text Example

White with #086813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086813; }

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

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

background-color css

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

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

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

border-color css

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

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

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