#07875C

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

Shades of Deep Sea #07875C

Tints of Deep Sea #07875C

Color information

#07875C (or 0x07875C) is unknown color: approx Deep Sea. HEX triplet: 07, 87 and 5C. RGB value is (7,135,92). Sum of RGB (Red+Green+Blue) = 7+135+92=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #07875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07875C is #F878A3. Grayscale: #5B5B5B. Windows color (decimal): -16283812 or 6063879. OLE color: 6063879.

HSL color Cylindrical-coordinate representation of color #07875C: hue angle of 159.84º 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 #07875C is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB713592-
CMYK0.9500.320.47
HSL159.84º90.14%27.84%-
HSV(B)159.84º94.81%52.94%-
XYZ10.6818.1513.06-
YUV91.83128.0967.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.99%
GREEN value IS 135 (53.12% from 255) = 57.69%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=2.99%
G=57.69%
B=39.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7135920.9500.320.47159.8490.1427.84
Hex7875C5F0202Fa05a1c
Octal72071341370405724013234
Binary1111000011110111001011111010000010111110100000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07875C; }

 p { color: rgb(7,135,92); }

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

<style>
 a { background-color: #07875C; }

 a { background-color: rgb(7,135,92); }

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

<style>
 span { border-color: #07875C; }

 span { border-color: rgb(7,135,92); }

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