#095A0E

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

Shades of Myrtle #095A0E

Tints of Myrtle #095A0E

Color information

#095A0E (or 0x095A0E) is unknown color: approx Myrtle. HEX triplet: 09, 5A and 0E. RGB value is (9,90,14). Sum of RGB (Red+Green+Blue) = 9+90+14=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 90 (35.55% from 255 or 79.65% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 90 - color contains mainly: green. Hex color #095A0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095A0E is #F6A5F1. Grayscale: #393939. Windows color (decimal): -16164338 or 940553. OLE color: 940553.

HSL color Cylindrical-coordinate representation of color #095A0E: hue angle of 123.7º 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 #095A0E is Cyan = 0.9, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB99014-
CMYK0.900.840.65
HSL123.7º81.82%19.41%-
HSV(B)123.7º90%35.29%-
XYZ3.857.41.64-
YUV57.12103.6693.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 90 (35.55% from 255) = 79.65%
BLUE value IS 14 (5.86% from 255) = 12.39%
R=7.96%
G=79.65%
B=12.39%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal990140.900.840.65123.781.8219.41
Hex95AE5A054417c5213
Octal1113216132012410117412223
Binary10011011010111010110100101010010000011111100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,90,14); }

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

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

 a { background-color: rgb(9,90,14); }

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

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

 span { border-color: rgb(9,90,14); }

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