#067149

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

Shades of Watercourse #067149

Tints of Watercourse #067149

Color information

#067149 (or 0x067149) is unknown color: approx Watercourse. HEX triplet: 06, 71 and 49. RGB value is (6,113,73). Sum of RGB (Red+Green+Blue) = 6+113+73=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #067149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067149 is #F98EB6. Grayscale: #4C4C4C. Windows color (decimal): -16354999 or 4813062. OLE color: 4813062.

HSL color Cylindrical-coordinate representation of color #067149: hue angle of 157.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067149 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB611373-
CMYK0.9500.350.56
HSL157.57º89.92%23.33%-
HSV(B)157.57º94.69%44.31%-
XYZ7.1812.338.3-
YUV76.45126.0577.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.12%
GREEN value IS 113 (44.53% from 255) = 58.85%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=3.12%
G=58.85%
B=38.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113730.9500.350.56157.5789.9223.33
Hex671495F023389e5a17
Octal61611111370437023613227
Binary110111000110010011011111010001111100010011110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067149; }

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

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

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

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

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

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

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

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