#09864E

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

Shades of Salem #09864E

Tints of Salem #09864E

Color information

#09864E (or 0x09864E) is unknown color: approx Salem. HEX triplet: 09, 86 and 4E. RGB value is (9,134,78). Sum of RGB (Red+Green+Blue) = 9+134+78=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #09864E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09864E is #F679B1. Grayscale: #5A5A5A. Windows color (decimal): -16153010 or 5146121. OLE color: 5146121.

HSL color Cylindrical-coordinate representation of color #09864E: hue angle of 153.12º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09864E is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB913478-
CMYK0.9300.420.47
HSL153.12º87.41%28.04%-
HSV(B)153.12º93.28%52.55%-
XYZ10.0117.6610.09-
YUV90.24121.0970.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 134 (52.73% from 255) = 60.63%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=4.07%
G=60.63%
B=35.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9134780.9300.420.47153.1287.4128.04
Hex9864E5D02A2F99571c
Octal112061161350525723112734
Binary10011000011010011101011101010101010111110011001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09864E; }

 p { color: rgb(9,134,78); }

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

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

 a { background-color: rgb(9,134,78); }

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

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

 span { border-color: rgb(9,134,78); }

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