Html Css Color HEX #085713 Myrtle

📋 copy color: '#085713'

red 8 ◦ green 87 ◦ blue 19

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

Shades of Myrtle #085713

Tints of Myrtle #085713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 76.32%

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

R = 7.02%
G = 76.32%
B = 16.67%

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

#085713 (or 0x085713) is known color: Myrtle. HEX triplet: 08, 57 and 13. RGB value is (8,87,19). Sum of RGB (Red+Green+Blue) = 8+87+19=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 87 (34.38% from 255 or 76.32% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 87 - color contains mainly: green. Hex color #085713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085713 is #F7A8EC. Grayscale: #373737. Windows color (decimal): -16230637 or 1267464. OLE color: 1267464.

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

Color convert

RGB 8 87 19 -
CMYK 0.91 0 0.78 0.66
HSL 128.35º 0.83% 0.19% -
HSV(B) 128.35º 0.91% 0.34% -
XYZ 3.63 6.92 1.76 -
YUV 55.63 107.33 94.03 -
System Red Green Blue C M Y K H S L
Decimal 8 87 19 0.91 0 0.78 0.66 128.35 0.83 0.19
Hex 8 57 13 5B 0 4E 42 80 53 13
Octal 10 127 23 133 0 116 102 200 123 23
Binary 1000 1010111 10011 1011011 0 1001110 1000010 10000000 1010011 10011

Color Harmonies of #085713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085713

Black with #085713

Text Example


Text Example

White with #085713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085713; }

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

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

background-color css

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

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

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

border-color css

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

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

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