Html Css Color HEX #085912 Myrtle

📋 copy color: '#085912'

red 8 ◦ green 89 ◦ blue 18

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

Shades of Myrtle #085912

Tints of Myrtle #085912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 77.39%

 BLUE value IS 18 (7.42% from 255) = 15.65%

R = 6.96%
G = 77.39%
B = 15.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#085912 (or 0x085912) is known color: Myrtle. HEX triplet: 08, 59 and 12. RGB value is (8,89,18). Sum of RGB (Red+Green+Blue) = 8+89+18=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 89 (35.16% from 255 or 77.39% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 89 - color contains mainly: green. Hex color #085912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085912 is #F7A6ED. Grayscale: #383838. Windows color (decimal): -16230126 or 1202440. OLE color: 1202440.

HSL color Cylindrical-coordinate representation of color #085912: hue angle of 127.41º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085912 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 18 -
CMYK 0.91 0 0.80 0.65
HSL 127.41º 0.84% 0.19% -
HSV(B) 127.41º 0.91% 0.35% -
XYZ 3.78 7.24 1.77 -
YUV 56.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 8 89 18 0.91 0 0.80 0.65 127.41 0.84 0.19
Hex 8 59 12 5B 0 50 41 7F 54 13
Octal 10 131 22 133 0 120 101 177 124 23
Binary 1000 1011001 10010 1011011 0 1010000 1000001 1111111 1010100 10011

Color Harmonies of #085912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085912

Black with #085912

Text Example


Text Example

White with #085912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085912; }

 p { color: rgb(8,89,18); }

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

background-color css

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

 a { background-color: rgb(8,89,18); }

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

border-color css

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

 span { border-color: rgb(8,89,18); }

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