Html Css Color HEX #095509 Myrtle

📋 copy color: '#095509'

red 9 ◦ green 85 ◦ blue 9

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

Shades of Myrtle #095509

Tints of Myrtle #095509

RGB

 RED value IS 9 (3.91% from 255) = 8.74%

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

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

R = 8.74%
G = 82.52%
B = 8.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#095509 (or 0x095509) is known color: Myrtle. HEX triplet: 09, 55 and 09. RGB value is (9,85,9). Sum of RGB (Red+Green+Blue) = 9+85+9=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 85 (33.59% from 255 or 82.52% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 85 - color contains mainly: green. Hex color #095509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095509 is #F6AAF6. Grayscale: #353535. Windows color (decimal): -16165623 or 611593. OLE color: 611593.

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

Color convert

RGB 9 85 9 -
CMYK 0.89 0 0.89 0.67
HSL 120º 0.81% 0.18% -
HSV(B) 120º 0.89% 0.33% -
XYZ 3.41 6.57 1.35 -
YUV 53.61 102.82 96.18 -
System Red Green Blue C M Y K H S L
Decimal 9 85 9 0.89 0 0.89 0.67 120 0.81 0.18
Hex 9 55 9 59 0 59 43 78 51 12
Octal 11 125 11 131 0 131 103 170 121 22
Binary 1001 1010101 1001 1011001 0 1011001 1000011 1111000 1010001 10010

Color Harmonies of #095509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095509

Black with #095509

Text Example


Text Example

White with #095509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095509; }

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

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

background-color css

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

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

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

border-color css

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

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

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