#007655

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

Shades of Watercourse #007655

Tints of Watercourse #007655

Color information

#007655 (or 0x007655) is unknown color: approx Watercourse. HEX triplet: 00, 76 and 55. RGB value is (0,118,85). Sum of RGB (Red+Green+Blue) = 0+118+85=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #007655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007655 is #FF89AA. Grayscale: #4E4E4E. Windows color (decimal): -16746923 or 5600768. OLE color: 5600768.

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

Color convert

RGB011885-
CMYK100.280.54
HSL163.22º100%23.14%-
HSV(B)163.22º100%46.27%-
XYZ8.1213.6110.79-
YUV78.96131.4171.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 58.13%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=0%
G=58.13%
B=41.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011885100.280.54163.2210023.14
Hex076556401C36a36417
Octal01661251440346624314427
Binary011101101010101110010001110011011010100011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007655; }

 p { color: rgb(0,118,85); }

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

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

 a { background-color: rgb(0,118,85); }

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

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

 span { border-color: rgb(0,118,85); }

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