Html Css Color HEX #085613 Myrtle

📋 copy color: '#085613'

red 8 ◦ green 86 ◦ blue 19

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

Shades of Myrtle #085613

Tints of Myrtle #085613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 76.11%

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

R = 7.08%
G = 76.11%
B = 16.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#085613 (or 0x085613) is known color: Myrtle. HEX triplet: 08, 56 and 13. RGB value is (8,86,19). Sum of RGB (Red+Green+Blue) = 8+86+19=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 86 (33.98% from 255 or 76.11% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 86 - color contains mainly: green. Hex color #085613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085613 is #F7A9EC. Grayscale: #373737. Windows color (decimal): -16230893 or 1267208. OLE color: 1267208.

HSL color Cylindrical-coordinate representation of color #085613: hue angle of 128.46º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085613 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 86 19 -
CMYK 0.91 0 0.78 0.66
HSL 128.46º 0.83% 0.18% -
HSV(B) 128.46º 0.91% 0.34% -
XYZ 3.55 6.75 1.73 -
YUV 55.04 107.66 94.45 -
System Red Green Blue C M Y K H S L
Decimal 8 86 19 0.91 0 0.78 0.66 128.46 0.83 0.18
Hex 8 56 13 5B 0 4E 42 80 53 12
Octal 10 126 23 133 0 116 102 200 123 22
Binary 1000 1010110 10011 1011011 0 1001110 1000010 10000000 1010011 10010

Color Harmonies of #085613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085613

Black with #085613

Text Example


Text Example

White with #085613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085613; }

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

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

background-color css

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

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

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

border-color css

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

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

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