#07854E

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

Shades of Salem #07854E

Tints of Salem #07854E

Color information

#07854E (or 0x07854E) is unknown color: approx Salem. HEX triplet: 07, 85 and 4E. RGB value is (7,133,78). Sum of RGB (Red+Green+Blue) = 7+133+78=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #07854E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07854E is #F87AB1. Grayscale: #595959. Windows color (decimal): -16284338 or 5145863. OLE color: 5145863.

HSL color Cylindrical-coordinate representation of color #07854E: hue angle of 153.81º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07854E is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB713378-
CMYK0.9500.410.48
HSL153.81º90%27.45%-
HSV(B)153.81º94.74%52.16%-
XYZ9.8517.3710.04-
YUV89.06121.7669.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.21%
GREEN value IS 133 (52.34% from 255) = 61.01%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=3.21%
G=61.01%
B=35.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7133780.9500.410.48153.819027.45
Hex7854E5F029309a5a1b
Octal72051161370516023213233
Binary1111000010110011101011111010100111000010011010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,133,78); }

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

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

 a { background-color: rgb(7,133,78); }

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

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

 span { border-color: rgb(7,133,78); }

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