Html Css Color HEX #085412 Myrtle

📋 copy color: '#085412'

red 8 ◦ green 84 ◦ blue 18

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

Shades of Myrtle #085412

Tints of Myrtle #085412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 76.36%

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

R = 7.27%
G = 76.36%
B = 16.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#085412 (or 0x085412) is known color: Myrtle. HEX triplet: 08, 54 and 12. RGB value is (8,84,18). Sum of RGB (Red+Green+Blue) = 8+84+18=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 84 (33.20% from 255 or 76.36% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 84 - color contains mainly: green. Hex color #085412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085412 is #F7ABED. Grayscale: #353535. Windows color (decimal): -16231406 or 1201160. OLE color: 1201160.

HSL color Cylindrical-coordinate representation of color #085412: hue angle of 127.89º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085412 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 84 18 -
CMYK 0.90 0 0.79 0.67
HSL 127.89º 0.83% 0.18% -
HSV(B) 127.89º 0.9% 0.33% -
XYZ 3.38 6.44 1.64 -
YUV 53.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 8 84 18 0.90 0 0.79 0.67 127.89 0.83 0.18
Hex 8 54 12 5A 0 4F 43 80 53 12
Octal 10 124 22 132 0 117 103 200 123 22
Binary 1000 1010100 10010 1011010 0 1001111 1000011 10000000 1010011 10010

Color Harmonies of #085412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085412

Black with #085412

Text Example


Text Example

White with #085412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085412; }

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

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

background-color css

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

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

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

border-color css

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

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

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