#07604C

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

Shades of Watercourse #07604C

Tints of Watercourse #07604C

Color information

#07604C (or 0x07604C) is unknown color: approx Watercourse. HEX triplet: 07, 60 and 4C. RGB value is (7,96,76). Sum of RGB (Red+Green+Blue) = 7+96+76=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #07604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07604C is #F89FB3. Grayscale: #434343. Windows color (decimal): -16293812 or 5005319. OLE color: 5005319.

HSL color Cylindrical-coordinate representation of color #07604C: hue angle of 166.52º 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 #07604C is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB79676-
CMYK0.9300.210.62
HSL166.52º86.41%20.2%-
HSV(B)166.52º92.71%37.65%-
XYZ5.588.938.27-
YUV67.11133.0185.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.91%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=3.91%
G=53.63%
B=42.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796760.9300.210.62166.5286.4120.2
Hex7604C5D0153Ea75614
Octal71401141350257624712624
Binary11111000001001100101110101010111111010100111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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