Html Css Color HEX #095507 Myrtle

📋 copy color: '#095507'

red 9 ◦ green 85 ◦ blue 7

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

Shades of Myrtle #095507

Tints of Myrtle #095507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.93%

R = 8.91%
G = 84.16%
B = 6.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#095507 (or 0x095507) is known color: Myrtle. HEX triplet: 09, 55 and 07. RGB value is (9,85,7). Sum of RGB (Red+Green+Blue) = 9+85+7=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 85 (33.59% from 255 or 84.16% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 85 - color contains mainly: green. Hex color #095507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095507 is #F6AAF8. Grayscale: #353535. Windows color (decimal): -16165625 or 480521. OLE color: 480521.

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

Color convert

RGB 9 85 7 -
CMYK 0.89 0 0.92 0.67
HSL 118.46º 0.85% 0.18% -
HSV(B) 118.46º 0.92% 0.33% -
XYZ 3.4 6.57 1.29 -
YUV 53.38 101.82 96.34 -
System Red Green Blue C M Y K H S L
Decimal 9 85 7 0.89 0 0.92 0.67 118.46 0.85 0.18
Hex 9 55 7 59 0 5C 43 76 55 12
Octal 11 125 7 131 0 134 103 166 125 22
Binary 1001 1010101 111 1011001 0 1011100 1000011 1110110 1010101 10010

Color Harmonies of #095507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095507

Black with #095507

Text Example


Text Example

White with #095507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095507; }

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

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

background-color css

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

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

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

border-color css

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

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

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