Html Css Color HEX #095512 Myrtle

📋 copy color: '#095512'

red 9 ◦ green 85 ◦ blue 18

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

Shades of Myrtle #095512

Tints of Myrtle #095512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.07%

R = 8.04%
G = 75.89%
B = 16.07%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#095512 (or 0x095512) is known color: Myrtle. HEX triplet: 09, 55 and 12. RGB value is (9,85,18). Sum of RGB (Red+Green+Blue) = 9+85+18=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #095512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095512 is #F6AAED. Grayscale: #363636. Windows color (decimal): -16165614 or 1201417. OLE color: 1201417.

HSL color Cylindrical-coordinate representation of color #095512: hue angle of 127.11º 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 #095512 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 85 18 -
CMYK 0.89 0 0.79 0.67
HSL 127.11º 0.81% 0.18% -
HSV(B) 127.11º 0.89% 0.33% -
XYZ 3.47 6.6 1.66 -
YUV 54.64 107.32 95.45 -
System Red Green Blue C M Y K H S L
Decimal 9 85 18 0.89 0 0.79 0.67 127.11 0.81 0.18
Hex 9 55 12 59 0 4F 43 7F 51 12
Octal 11 125 22 131 0 117 103 177 121 22
Binary 1001 1010101 10010 1011001 0 1001111 1000011 1111111 1010001 10010

Color Harmonies of #095512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095512

Black with #095512

Text Example


Text Example

White with #095512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095512; }

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

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

background-color css

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

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

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

border-color css

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

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

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