#067249

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

Shades of Watercourse #067249

Tints of Watercourse #067249

Color information

#067249 (or 0x067249) is unknown color: approx Watercourse. HEX triplet: 06, 72 and 49. RGB value is (6,114,73). Sum of RGB (Red+Green+Blue) = 6+114+73=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #067249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067249 is #F98DB6. Grayscale: #4D4D4D. Windows color (decimal): -16354743 or 4813318. OLE color: 4813318.

HSL color Cylindrical-coordinate representation of color #067249: hue angle of 157.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067249 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB611473-
CMYK0.9500.360.55
HSL157.22º90%23.53%-
HSV(B)157.22º94.74%44.71%-
XYZ7.312.558.34-
YUV77.03125.7277.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 114 (44.92% from 255) = 59.07%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=3.11%
G=59.07%
B=37.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6114730.9500.360.55157.229023.53
Hex672495F024379d5a18
Octal61621111370446723513230
Binary110111001010010011011111010010011011110011101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067249; }

 p { color: rgb(6,114,73); }

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

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

 a { background-color: rgb(6,114,73); }

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

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

 span { border-color: rgb(6,114,73); }

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