#007752

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

Shades of Watercourse #007752

Tints of Watercourse #007752

Color information

#007752 (or 0x007752) is unknown color: approx Watercourse. HEX triplet: 00, 77 and 52. RGB value is (0,119,82). Sum of RGB (Red+Green+Blue) = 0+119+82=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #007752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007752 is #FF88AD. Grayscale: #4F4F4F. Windows color (decimal): -16746670 or 5404416. OLE color: 5404416.

HSL color Cylindrical-coordinate representation of color #007752: hue angle of 161.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007752 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB011982-
CMYK100.310.53
HSL161.34º100%23.33%-
HSV(B)161.34º100%46.67%-
XYZ8.1213.810.22-
YUV79.2129.5871.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 119 (46.88% from 255) = 59.20%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=0%
G=59.20%
B=40.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal011982100.310.53161.3410023.33
Hex077526401F35a16417
Octal01671221440376524114427
Binary011101111010010110010001111111010110100001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007752; }

 p { color: rgb(0,119,82); }

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

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

 a { background-color: rgb(0,119,82); }

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

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

 span { border-color: rgb(0,119,82); }

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