#07604B

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

Shades of Watercourse #07604B

Tints of Watercourse #07604B

Color information

#07604B (or 0x07604B) is unknown color: approx Watercourse. HEX triplet: 07, 60 and 4B. RGB value is (7,96,75). Sum of RGB (Red+Green+Blue) = 7+96+75=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #07604B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07604B is #F89FB4. Grayscale: #424242. Windows color (decimal): -16293813 or 4939783. OLE color: 4939783.

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

Color convert

RGB79675-
CMYK0.9300.220.62
HSL165.84º86.41%20.2%-
HSV(B)165.84º92.71%37.65%-
XYZ5.548.928.09-
YUV66.99132.5185.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.93%
GREEN value IS 96 (37.89% from 255) = 53.93%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=3.93%
G=53.93%
B=42.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796750.9300.220.62165.8486.4120.2
Hex7604B5D0163Ea65614
Octal71401131350267624612624
Binary11111000001001011101110101011011111010100110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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