#067048

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

Shades of Watercourse #067048

Tints of Watercourse #067048

Color information

#067048 (or 0x067048) is unknown color: approx Watercourse. HEX triplet: 06, 70 and 48. RGB value is (6,112,72). Sum of RGB (Red+Green+Blue) = 6+112+72=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #067048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067048 is #F98FB7. Grayscale: #4B4B4B. Windows color (decimal): -16355256 or 4747270. OLE color: 4747270.

HSL color Cylindrical-coordinate representation of color #067048: hue angle of 157.36º 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 #067048 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB611272-
CMYK0.9500.360.56
HSL157.36º89.83%23.14%-
HSV(B)157.36º94.64%43.92%-
XYZ7.0412.098.09-
YUV75.75125.8878.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 112 (44.14% from 255) = 58.95%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=3.16%
G=58.95%
B=37.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6112720.9500.360.56157.3689.8323.14
Hex670485F024389d5a17
Octal61601101370447023513227
Binary110111000010010001011111010010011100010011101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067048; }

 p { color: rgb(6,112,72); }

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

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

 a { background-color: rgb(6,112,72); }

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

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

 span { border-color: rgb(6,112,72); }

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