#096652

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

Shades of Watercourse #096652

Tints of Watercourse #096652

Color information

#096652 (or 0x096652) is unknown color: approx Watercourse. HEX triplet: 09, 66 and 52. RGB value is (9,102,82). Sum of RGB (Red+Green+Blue) = 9+102+82=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #096652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096652 is #F699AD. Grayscale: #474747. Windows color (decimal): -16161198 or 5400073. OLE color: 5400073.

HSL color Cylindrical-coordinate representation of color #096652: hue angle of 167.1º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096652 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB910282-
CMYK0.9100.200.6
HSL167.1º83.78%21.76%-
HSV(B)167.1º91.18%40%-
XYZ6.3910.179.61-
YUV71.91133.6983.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.66%
GREEN value IS 102 (40.23% from 255) = 52.85%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=4.66%
G=52.85%
B=42.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102820.9100.200.6167.183.7821.76
Hex966525B0143Ca75416
Octal111461221330247424712426
Binary100111001101010010101101101010011110010100111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096652; }

 p { color: rgb(9,102,82); }

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

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

 a { background-color: rgb(9,102,82); }

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

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

 span { border-color: rgb(9,102,82); }

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