#067350

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

Shades of Watercourse #067350

Tints of Watercourse #067350

Color information

#067350 (or 0x067350) is unknown color: approx Watercourse. HEX triplet: 06, 73 and 50. RGB value is (6,115,80). Sum of RGB (Red+Green+Blue) = 6+115+80=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #067350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067350 is #F98CAF. Grayscale: #4E4E4E. Windows color (decimal): -16354480 or 5272326. OLE color: 5272326.

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

Color convert

RGB611580-
CMYK0.9500.300.55
HSL160.73º90.08%23.73%-
HSV(B)160.73º94.78%45.1%-
XYZ7.6512.889.67-
YUV78.42128.8976.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 115 (45.31% from 255) = 57.21%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=2.99%
G=57.21%
B=39.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6115800.9500.300.55160.7390.0823.73
Hex673505F01E37a15a18
Octal61631201370366724113230
Binary11011100111010000101111101111011011110100001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067350; }

 p { color: rgb(6,115,80); }

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

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

 a { background-color: rgb(6,115,80); }

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

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

 span { border-color: rgb(6,115,80); }

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