#067148

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

Shades of Watercourse #067148

Tints of Watercourse #067148

Color information

#067148 (or 0x067148) is unknown color: approx Watercourse. HEX triplet: 06, 71 and 48. RGB value is (6,113,72). Sum of RGB (Red+Green+Blue) = 6+113+72=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #067148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067148 is #F98EB7. Grayscale: #4C4C4C. Windows color (decimal): -16355000 or 4747526. OLE color: 4747526.

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

Color convert

RGB611372-
CMYK0.9500.360.56
HSL157.01º89.92%23.33%-
HSV(B)157.01º94.69%44.31%-
XYZ7.1512.328.13-
YUV76.33125.5577.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.14%
GREEN value IS 113 (44.53% from 255) = 59.16%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=3.14%
G=59.16%
B=37.70%

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
Decimal6113720.9500.360.56157.0189.9223.33
Hex671485F024389d5a17
Octal61611101370447023513227
Binary110111000110010001011111010010011100010011101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067148; }

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

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

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

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

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

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

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

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