#007842

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

Shades of Watercourse #007842

Tints of Watercourse #007842

Color information

#007842 (or 0x007842) is unknown color: approx Watercourse. HEX triplet: 00, 78 and 42. RGB value is (0,120,66). Sum of RGB (Red+Green+Blue) = 0+120+66=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 120 (47.27% from 255 or 64.52% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 120 - color contains mainly: green. Hex color #007842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007842 is #FF87BD. Grayscale: #4E4E4E. Windows color (decimal): -16746430 or 4356096. OLE color: 4356096.

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

Color convert

RGB012066-
CMYK100.450.53
HSL153º100%23.53%-
HSV(B)153º100%47.06%-
XYZ7.713.837.42-
YUV77.96121.2472.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 120 (47.27% from 255) = 64.52%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=0%
G=64.52%
B=35.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal012066100.450.5315310023.53
Hex078426402D35996418
Octal01701021440556523114430
Binary0111100010000101100100010110111010110011001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007842; }

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

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

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

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

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

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

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

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