#095C12

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

Shades of Myrtle #095C12

Tints of Myrtle #095C12

Color information

#095C12 (or 0x095C12) is unknown color: approx Myrtle. HEX triplet: 09, 5C and 12. RGB value is (9,92,18). Sum of RGB (Red+Green+Blue) = 9+92+18=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 92 (36.33% from 255 or 77.31% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 92 - color contains mainly: green. Hex color #095C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095C12 is #F6A3ED. Grayscale: #3A3A3A. Windows color (decimal): -16163822 or 1203209. OLE color: 1203209.

HSL color Cylindrical-coordinate representation of color #095C12: hue angle of 126.51º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095C12 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB99218-
CMYK0.9000.800.64
HSL126.51º82.18%19.8%-
HSV(B)126.51º90.22%36.08%-
XYZ4.057.761.86-
YUV58.7510592.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 92 (36.33% from 255) = 77.31%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=7.56%
G=77.31%
B=15.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal992180.9000.800.64126.5182.1819.8
Hex95C125A050407f5214
Octal1113422132012010017712224
Binary100110111001001010110100101000010000001111111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095C12; }

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

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

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

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

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

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

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

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