Html Css Color HEX #095501 Myrtle

📋 copy color: '#095501'

red 9 ◦ green 85 ◦ blue 1

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

Shades of Myrtle #095501

Tints of Myrtle #095501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.05%

R = 9.47%
G = 89.47%
B = 1.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#095501 (or 0x095501) is known color: Myrtle. HEX triplet: 09, 55 and 01. RGB value is (9,85,1). Sum of RGB (Red+Green+Blue) = 9+85+1=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 85 (33.59% from 255 or 89.47% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 85 - color contains mainly: green. Hex color #095501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095501 is #F6AAFE. Grayscale: #343434. Windows color (decimal): -16165631 or 87305. OLE color: 87305.

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

Color convert

RGB 9 85 1 -
CMYK 0.89 0 0.99 0.67
HSL 114.29º 0.98% 0.17% -
HSV(B) 114.29º 0.99% 0.33% -
XYZ 3.37 6.56 1.12 -
YUV 52.7 98.82 96.83 -
System Red Green Blue C M Y K H S L
Decimal 9 85 1 0.89 0 0.99 0.67 114.29 0.98 0.17
Hex 9 55 1 59 0 63 43 72 62 11
Octal 11 125 1 131 0 143 103 162 142 21
Binary 1001 1010101 1 1011001 0 1100011 1000011 1110010 1100010 10001

Color Harmonies of #095501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095501

Black with #095501

Text Example


Text Example

White with #095501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095501; }

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

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

background-color css

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

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

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

border-color css

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

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

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