#07604F

Color #07604F Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #07604F

Tints of Watercourse #07604F

Color information

#07604F (or 0x07604F) is unknown color: approx Watercourse. HEX triplet: 07, 60 and 4F. RGB value is (7,96,79). Sum of RGB (Red+Green+Blue) = 7+96+79=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #07604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07604F is #F89FB0. Grayscale: #434343. Windows color (decimal): -16293809 or 5201927. OLE color: 5201927.

HSL color Cylindrical-coordinate representation of color #07604F: hue angle of 168.54º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07604F is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB79679-
CMYK0.9300.180.62
HSL168.54º86.41%20.2%-
HSV(B)168.54º92.71%37.65%-
XYZ5.688.988.83-
YUV67.45134.5184.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 96 (37.89% from 255) = 52.75%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=3.85%
G=52.75%
B=43.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796790.9300.180.62168.5486.4120.2
Hex7604F5D0123Ea95614
Octal71401171350227625112624
Binary11111000001001111101110101001011111010101001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07604F; }

 p { color: rgb(7,96,79); }

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

<style>
 a { background-color: #07604F; }

 a { background-color: rgb(7,96,79); }

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

<style>
 span { border-color: #07604F; }

 span { border-color: rgb(7,96,79); }

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