#007742

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

Shades of Watercourse #007742

Tints of Watercourse #007742

Color information

#007742 (or 0x007742) is unknown color: approx Watercourse. HEX triplet: 00, 77 and 42. RGB value is (0,119,66). Sum of RGB (Red+Green+Blue) = 0+119+66=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 119 (46.88% from 255 or 64.32% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 119 - color contains mainly: green. Hex color #007742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007742 is #FF88BD. Grayscale: #4D4D4D. Windows color (decimal): -16746686 or 4355840. OLE color: 4355840.

HSL color Cylindrical-coordinate representation of color #007742: hue angle of 153.28º 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 #007742 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB011966-
CMYK100.450.53
HSL153.28º100%23.33%-
HSV(B)153.28º100%46.67%-
XYZ7.5813.597.38-
YUV77.38121.5872.81-

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) = 64.32%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=0%
G=64.32%
B=35.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal011966100.450.53153.2810023.33
Hex077426402D35996417
Octal01671021440556523114427
Binary0111011110000101100100010110111010110011001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007742; }

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

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

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

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

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

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

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

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