#095812

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

Shades of Myrtle #095812

Tints of Myrtle #095812

Color information

#095812 (or 0x095812) is unknown color: approx Myrtle. HEX triplet: 09, 58 and 12. RGB value is (9,88,18). Sum of RGB (Red+Green+Blue) = 9+88+18=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 88 (34.77% from 255 or 76.52% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 88 - color contains mainly: green. Hex color #095812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095812 is #F6A7ED. Grayscale: #383838. Windows color (decimal): -16164846 or 1202185. OLE color: 1202185.

HSL color Cylindrical-coordinate representation of color #095812: hue angle of 126.84º degrees, saturation: 0.81, 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 #095812 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB98818-
CMYK0.9000.800.65
HSL126.84º81.44%19.02%-
HSV(B)126.84º89.77%34.51%-
XYZ3.717.081.74-
YUV56.4106.3394.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 88 (34.77% from 255) = 76.52%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=7.83%
G=76.52%
B=15.65%

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
Decimal988180.9000.800.65126.8481.4419.02
Hex958125A050417f5113
Octal1113022132012010117712123
Binary100110110001001010110100101000010000011111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095812; }

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

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

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

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

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

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

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

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