#095C10

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

Shades of Myrtle #095C10

Tints of Myrtle #095C10

Color information

#095C10 (or 0x095C10) is unknown color: approx Myrtle. HEX triplet: 09, 5C and 10. RGB value is (9,92,16). Sum of RGB (Red+Green+Blue) = 9+92+16=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 92 (36.33% from 255 or 78.63% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 92 - color contains mainly: green. Hex color #095C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095C10 is #F6A3EF. Grayscale: #3A3A3A. Windows color (decimal): -16163824 or 1072137. OLE color: 1072137.

HSL color Cylindrical-coordinate representation of color #095C10: hue angle of 125.06º 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 #095C10 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB99216-
CMYK0.9000.830.64
HSL125.06º82.18%19.8%-
HSV(B)125.06º90.22%36.08%-
XYZ4.037.751.77-
YUV58.5210492.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 92 (36.33% from 255) = 78.63%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=7.69%
G=78.63%
B=13.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal992160.9000.830.64125.0682.1819.8
Hex95C105A053407d5214
Octal1113420132012310017512224
Binary100110111001000010110100101001110000001111101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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