#095912

Color #095912 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #095912

Tints of Myrtle #095912

Color information

#095912 (or 0x095912) is unknown color: approx Myrtle. HEX triplet: 09, 59 and 12. RGB value is (9,89,18). Sum of RGB (Red+Green+Blue) = 9+89+18=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 89 (35.16% from 255 or 76.72% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 89 - color contains mainly: green. Hex color #095912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095912 is #F6A6ED. Grayscale: #393939. Windows color (decimal): -16164590 or 1202441. OLE color: 1202441.

HSL color Cylindrical-coordinate representation of color #095912: hue angle of 126.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095912 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB98918-
CMYK0.9000.800.65
HSL126.75º81.63%19.22%-
HSV(B)126.75º89.89%34.9%-
XYZ3.797.251.77-
YUV56.9910693.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 89 (35.16% from 255) = 76.72%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=7.76%
G=76.72%
B=15.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal989180.9000.800.65126.7581.6319.22
Hex959125A050417f5213
Octal1113122132012010117712223
Binary100110110011001010110100101000010000011111111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095912; }

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

 H1.HeaderClassName
 {
   color: #095912;
 }
 .AnyTagClassName
 {
   color: #095912;
 }
</style>
background-color css

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

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

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

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

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

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