#007745

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

Shades of Watercourse #007745

Tints of Watercourse #007745

Color information

#007745 (or 0x007745) is unknown color: approx Watercourse. HEX triplet: 00, 77 and 45. RGB value is (0,119,69). Sum of RGB (Red+Green+Blue) = 0+119+69=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #007745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007745 is #FF88BA. Grayscale: #4D4D4D. Windows color (decimal): -16746683 or 4552448. OLE color: 4552448.

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

Color convert

RGB011969-
CMYK100.420.53
HSL154.79º100%23.33%-
HSV(B)154.79º100%46.67%-
XYZ7.6713.627.86-
YUV77.72123.0872.57-

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) = 63.30%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=0%
G=63.30%
B=36.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal011969100.420.53154.7910023.33
Hex077456402A359b6417
Octal01671051440526523314427
Binary0111011110001011100100010101011010110011011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007745; }

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

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

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

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

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

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

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

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