#067552

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

Shades of Watercourse #067552

Tints of Watercourse #067552

Color information

#067552 (or 0x067552) is unknown color: approx Watercourse. HEX triplet: 06, 75 and 52. RGB value is (6,117,82). Sum of RGB (Red+Green+Blue) = 6+117+82=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #067552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067552 is #F98AAD. Grayscale: #4F4F4F. Windows color (decimal): -16353966 or 5403910. OLE color: 5403910.

HSL color Cylindrical-coordinate representation of color #067552: hue angle of 161.08º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067552 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB611782-
CMYK0.9500.300.54
HSL161.08º90.24%24.12%-
HSV(B)161.08º94.87%45.88%-
XYZ7.9613.3710.14-
YUV79.82129.2375.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 117 (46.09% from 255) = 57.07%
BLUE value IS 82 (32.42% from 255) = 40%
R=2.93%
G=57.07%
B=40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117820.9500.300.54161.0890.2424.12
Hex675525F01E36a15a18
Octal61651221370366624113230
Binary11011101011010010101111101111011011010100001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067552; }

 p { color: rgb(6,117,82); }

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

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

 a { background-color: rgb(6,117,82); }

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

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

 span { border-color: rgb(6,117,82); }

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