#07895D

Color #07895D Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #07895D

Tints of Deep Sea #07895D

Color information

#07895D (or 0x07895D) is unknown color: approx Deep Sea. HEX triplet: 07, 89 and 5D. RGB value is (7,137,93). Sum of RGB (Red+Green+Blue) = 7+137+93=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #07895D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07895D is #F876A2. Grayscale: #5D5D5D. Windows color (decimal): -16283299 or 6129927. OLE color: 6129927.

HSL color Cylindrical-coordinate representation of color #07895D: hue angle of 159.69º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07895D is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB713793-
CMYK0.9500.320.46
HSL159.69º90.28%28.24%-
HSV(B)159.69º94.89%53.73%-
XYZ11.0118.7313.39-
YUV93.11127.9366.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.95%
GREEN value IS 137 (53.91% from 255) = 57.81%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=2.95%
G=57.81%
B=39.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7137930.9500.320.46159.6990.2828.24
Hex7895D5F0202Ea05a1c
Octal72111351370405624013234
Binary1111000100110111011011111010000010111010100000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07895D; }

 p { color: rgb(7,137,93); }

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

<style>
 a { background-color: #07895D; }

 a { background-color: rgb(7,137,93); }

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

<style>
 span { border-color: #07895D; }

 span { border-color: rgb(7,137,93); }

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