#095512

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

Shades of Myrtle #095512

Tints of Myrtle #095512

Color information

#095512 (or 0x095512) is unknown color: approx 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

RGB98518-
CMYK0.8900.790.67
HSL127.11º80.85%18.43%-
HSV(B)127.11º89.41%33.33%-
XYZ3.476.61.66-
YUV54.64107.3295.45-

RGB Variations

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

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 (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985180.8900.790.67127.1180.8518.43
Hex955125904F437f5112
Octal1112522131011710317712122
Binary100110101011001010110010100111110000111111111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>