Html Css Color HEX #085612 Myrtle

📋 copy color: '#085612'

red 8 ◦ green 86 ◦ blue 18

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

Shades of Myrtle #085612

Tints of Myrtle #085612

RGB

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

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

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

R = 7.14%
G = 76.79%
B = 16.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#085612 (or 0x085612) is known color: Myrtle. HEX triplet: 08, 56 and 12. RGB value is (8,86,18). Sum of RGB (Red+Green+Blue) = 8+86+18=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 86 (33.98% from 255 or 76.79% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 86 - color contains mainly: green. Hex color #085612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085612 is #F7A9ED. Grayscale: #373737. Windows color (decimal): -16230894 or 1201672. OLE color: 1201672.

HSL color Cylindrical-coordinate representation of color #085612: hue angle of 127.69º 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 #085612 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 86 18 -
CMYK 0.91 0 0.79 0.66
HSL 127.69º 0.83% 0.18% -
HSV(B) 127.69º 0.91% 0.34% -
XYZ 3.54 6.75 1.69 -
YUV 54.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 8 86 18 0.91 0 0.79 0.66 127.69 0.83 0.18
Hex 8 56 12 5B 0 4F 42 80 53 12
Octal 10 126 22 133 0 117 102 200 123 22
Binary 1000 1010110 10010 1011011 0 1001111 1000010 10000000 1010011 10010

Color Harmonies of #085612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085612

Black with #085612

Text Example


Text Example

White with #085612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085612; }

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

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

background-color css

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

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

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

border-color css

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

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

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