#07884B

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

Shades of Salem #07884B

Tints of Salem #07884B

Color information

#07884B (or 0x07884B) is unknown color: approx Salem. HEX triplet: 07, 88 and 4B. RGB value is (7,136,75). Sum of RGB (Red+Green+Blue) = 7+136+75=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #07884B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07884B is #F877B4. Grayscale: #5A5A5A. Windows color (decimal): -16283573 or 4950023. OLE color: 4950023.

HSL color Cylindrical-coordinate representation of color #07884B: hue angle of 151.63º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07884B is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB713675-
CMYK0.9500.450.47
HSL151.63º90.21%28.04%-
HSV(B)151.63º94.85%53.33%-
XYZ10.1618.169.63-
YUV90.48119.2668.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.21%
GREEN value IS 136 (53.52% from 255) = 62.39%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=3.21%
G=62.39%
B=34.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7136750.9500.450.47151.6390.2128.04
Hex7884B5F02D2F985a1c
Octal72101131370555723013234
Binary1111000100010010111011111010110110111110011000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07884B; }

 p { color: rgb(7,136,75); }

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

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

 a { background-color: rgb(7,136,75); }

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

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

 span { border-color: rgb(7,136,75); }

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