Html Css Color HEX #085509 Myrtle

📋 copy color: '#085509'

red 8 ◦ green 85 ◦ blue 9

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

Shades of Myrtle #085509

Tints of Myrtle #085509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 83.33%

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

R = 7.84%
G = 83.33%
B = 8.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#085509 (or 0x085509) is known color: Myrtle. HEX triplet: 08, 55 and 09. RGB value is (8,85,9). Sum of RGB (Red+Green+Blue) = 8+85+9=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 85 (33.59% from 255 or 83.33% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 85 - color contains mainly: green. Hex color #085509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085509 is #F7AAF6. Grayscale: #353535. Windows color (decimal): -16231159 or 611592. OLE color: 611592.

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

Color convert

RGB 8 85 9 -
CMYK 0.91 0 0.89 0.67
HSL 120.78º 0.83% 0.18% -
HSV(B) 120.78º 0.91% 0.33% -
XYZ 3.4 6.57 1.35 -
YUV 53.31 102.99 95.68 -
System Red Green Blue C M Y K H S L
Decimal 8 85 9 0.91 0 0.89 0.67 120.78 0.83 0.18
Hex 8 55 9 5B 0 59 43 79 53 12
Octal 10 125 11 133 0 131 103 171 123 22
Binary 1000 1010101 1001 1011011 0 1011001 1000011 1111001 1010011 10010

Color Harmonies of #085509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085509

Black with #085509

Text Example


Text Example

White with #085509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085509; }

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

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

background-color css

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

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

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

border-color css

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

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

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