Html Css Color HEX #086613 Green

📋 copy color: '#086613'

red 8 ◦ green 102 ◦ blue 19

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

Shades of Green #086613

Tints of Green #086613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 79.07%

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

R = 6.2%
G = 79.07%
B = 14.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#086613 (or 0x086613) is known color: Green. HEX triplet: 08, 66 and 13. RGB value is (8,102,19). Sum of RGB (Red+Green+Blue) = 8+102+19=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 102 (40.23% from 255 or 79.07% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 102 - color contains mainly: green. Hex color #086613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086613 is #F799EC. Grayscale: #404040. Windows color (decimal): -16226797 or 1271304. OLE color: 1271304.

HSL color Cylindrical-coordinate representation of color #086613: hue angle of 127.02º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086613 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 102 19 -
CMYK 0.92 0 0.81 0.6
HSL 127.02º 0.85% 0.22% -
HSV(B) 127.02º 0.92% 0.4% -
XYZ 4.97 9.6 2.21 -
YUV 64.43 102.36 87.75 -
System Red Green Blue C M Y K H S L
Decimal 8 102 19 0.92 0 0.81 0.6 127.02 0.85 0.22
Hex 8 66 13 5C 0 51 3C 7F 55 16
Octal 10 146 23 134 0 121 74 177 125 26
Binary 1000 1100110 10011 1011100 0 1010001 111100 1111111 1010101 10110

Color Harmonies of #086613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086613

Black with #086613

Text Example


Text Example

White with #086613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086613; }

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

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

background-color css

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

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

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

border-color css

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

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

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