Html Css Color HEX #085209 Myrtle

📋 copy color: '#085209'

red 8 ◦ green 82 ◦ blue 9

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

Shades of Myrtle #085209

Tints of Myrtle #085209

RGB

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

 GREEN value IS 82 (32.42% from 255) = 82.83%

 BLUE value IS 9 (3.91% from 255) = 9.09%

R = 8.08%
G = 82.83%
B = 9.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#085209 (or 0x085209) is known color: Myrtle. HEX triplet: 08, 52 and 09. RGB value is (8,82,9). Sum of RGB (Red+Green+Blue) = 8+82+9=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 82 (32.42% from 255 or 82.83% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 82 - color contains mainly: green. Hex color #085209 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085209 is #F7ADF6. Grayscale: #333333. Windows color (decimal): -16231927 or 610824. OLE color: 610824.

HSL color Cylindrical-coordinate representation of color #085209: hue angle of 120.81º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085209 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 82 9 -
CMYK 0.90 0 0.89 0.68
HSL 120.81º 0.82% 0.18% -
HSV(B) 120.81º 0.9% 0.32% -
XYZ 3.17 6.11 1.27 -
YUV 51.55 103.98 96.94 -
System Red Green Blue C M Y K H S L
Decimal 8 82 9 0.90 0 0.89 0.68 120.81 0.82 0.18
Hex 8 52 9 5A 0 59 44 79 52 12
Octal 10 122 11 132 0 131 104 171 122 22
Binary 1000 1010010 1001 1011010 0 1011001 1000100 1111001 1010010 10010

Color Harmonies of #085209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085209

Black with #085209

Text Example


Text Example

White with #085209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085209; }

 p { color: rgb(8,82,9); }

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

background-color css

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

 a { background-color: rgb(8,82,9); }

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

border-color css

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

 span { border-color: rgb(8,82,9); }

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