#067B54

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

Shades of Watercourse #067B54

Tints of Watercourse #067B54

Color information

#067B54 (or 0x067B54) is unknown color: approx Watercourse. HEX triplet: 06, 7B and 54. RGB value is (6,123,84). Sum of RGB (Red+Green+Blue) = 6+123+84=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 123 (48.44% from 255 or 57.75% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 123 - color contains mainly: green. Hex color #067B54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067B54 is #F984AB. Grayscale: #535353. Windows color (decimal): -16352428 or 5536518. OLE color: 5536518.

HSL color Cylindrical-coordinate representation of color #067B54: hue angle of 160º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067B54 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB612384-
CMYK0.9500.320.52
HSL160º90.7%25.29%-
HSV(B)160º95.12%48.24%-
XYZ8.7614.8410.79-
YUV83.57128.2472.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 123 (48.44% from 255) = 57.75%
BLUE value IS 84 (33.20% from 255) = 39.44%
R=2.82%
G=57.75%
B=39.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6123840.9500.320.5216090.725.29
Hex67B545F02034a05b19
Octal61731241370406424013331
Binary110111101110101001011111010000011010010100000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067B54; }

 p { color: rgb(6,123,84); }

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

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

 a { background-color: rgb(6,123,84); }

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

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

 span { border-color: rgb(6,123,84); }

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