#0F8653

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

Shades of Salem #0F8653

Tints of Salem #0F8653

Color information

#0F8653 (or 0x0F8653) is unknown color: approx Salem. HEX triplet: 0F, 86 and 53. RGB value is (15,134,83). Sum of RGB (Red+Green+Blue) = 15+134+83=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #0F8653 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8653 is #F079AC. Grayscale: #5C5C5C. Windows color (decimal): -15759789 or 5473807. OLE color: 5473807.

HSL color Cylindrical-coordinate representation of color #0F8653: hue angle of 154.29º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8653 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1513483-
CMYK0.8900.380.47
HSL154.29º79.87%29.22%-
HSV(B)154.29º88.81%52.55%-
XYZ10.2817.7811.07-
YUV92.6122.5872.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.47%
GREEN value IS 134 (52.73% from 255) = 57.76%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=6.47%
G=57.76%
B=35.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15134830.8900.380.47154.2979.8729.22
HexF8653590262F9a501d
Octal172061231310465723212035
Binary11111000011010100111011001010011010111110011010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F8653; }

 p { color: rgb(15,134,83); }

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

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

 a { background-color: rgb(15,134,83); }

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

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

 span { border-color: rgb(15,134,83); }

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