#07704C

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

Shades of Watercourse #07704C

Tints of Watercourse #07704C

Color information

#07704C (or 0x07704C) is unknown color: approx Watercourse. HEX triplet: 07, 70 and 4C. RGB value is (7,112,76). Sum of RGB (Red+Green+Blue) = 7+112+76=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #07704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07704C is #F88FB3. Grayscale: #4C4C4C. Windows color (decimal): -16289716 or 5009415. OLE color: 5009415.

HSL color Cylindrical-coordinate representation of color #07704C: hue angle of 159.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07704C is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB711276-
CMYK0.9400.320.56
HSL159.43º88.24%23.33%-
HSV(B)159.43º93.75%43.92%-
XYZ7.1912.168.8-
YUV76.5127.7178.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.59%
GREEN value IS 112 (44.14% from 255) = 57.44%
BLUE value IS 76 (30.08% from 255) = 38.97%
R=3.59%
G=57.44%
B=38.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7112760.9400.320.56159.4388.2423.33
Hex7704C5E020389f5817
Octal71601141360407023713027
Binary111111000010011001011110010000011100010011111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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