Html Css Color HEX #095502 Myrtle

📋 copy color: '#095502'

red 9 ◦ green 85 ◦ blue 2

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

Shades of Myrtle #095502

Tints of Myrtle #095502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.08%

R = 9.38%
G = 88.54%
B = 2.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#095502 (or 0x095502) is known color: Myrtle. HEX triplet: 09, 55 and 02. RGB value is (9,85,2). Sum of RGB (Red+Green+Blue) = 9+85+2=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 85 (33.59% from 255 or 88.54% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 85 - color contains mainly: green. Hex color #095502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095502 is #F6AAFD. Grayscale: #353535. Windows color (decimal): -16165630 or 152841. OLE color: 152841.

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

Color convert

RGB 9 85 2 -
CMYK 0.89 0 0.98 0.67
HSL 114.94º 0.95% 0.17% -
HSV(B) 114.94º 0.98% 0.33% -
XYZ 3.37 6.56 1.15 -
YUV 52.81 99.32 96.75 -
System Red Green Blue C M Y K H S L
Decimal 9 85 2 0.89 0 0.98 0.67 114.94 0.95 0.17
Hex 9 55 2 59 0 62 43 73 5F 11
Octal 11 125 2 131 0 142 103 163 137 21
Binary 1001 1010101 10 1011001 0 1100010 1000011 1110011 1011111 10001

Color Harmonies of #095502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095502

Black with #095502

Text Example


Text Example

White with #095502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095502; }

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

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

background-color css

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

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

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

border-color css

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

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

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