#007F44

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

Shades of Watercourse #007F44

Tints of Watercourse #007F44

Color information

#007F44 (or 0x007F44) is unknown color: approx Watercourse. HEX triplet: 00, 7F and 44. RGB value is (0,127,68). Sum of RGB (Red+Green+Blue) = 0+127+68=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 127 (50% from 255 or 65.13% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 127 - color contains mainly: green. Hex color #007F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007F44 is #FF80BB. Grayscale: #525252. Windows color (decimal): -16744636 or 4488960. OLE color: 4488960.

HSL color Cylindrical-coordinate representation of color #007F44: hue angle of 152.13º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F44 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB012768-
CMYK100.460.50
HSL152.13º100%24.9%-
HSV(B)152.13º100%49.8%-
XYZ8.6315.68.02-
YUV82.3119.9269.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 127 (50% from 255) = 65.13%
BLUE value IS 68 (26.95% from 255) = 34.87%
R=0%
G=65.13%
B=34.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal012768100.460.50152.1310024.9
Hex07F446402E32986419
Octal01771041440566223014431
Binary0111111110001001100100010111011001010011000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007F44; }

 p { color: rgb(0,127,68); }

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

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

 a { background-color: rgb(0,127,68); }

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

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

 span { border-color: rgb(0,127,68); }

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