#096653

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

Shades of Watercourse #096653

Tints of Watercourse #096653

Color information

#096653 (or 0x096653) is unknown color: approx Watercourse. HEX triplet: 09, 66 and 53. RGB value is (9,102,83). Sum of RGB (Red+Green+Blue) = 9+102+83=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #096653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096653 is #F699AC. Grayscale: #484848. Windows color (decimal): -16161197 or 5465609. OLE color: 5465609.

HSL color Cylindrical-coordinate representation of color #096653: hue angle of 167.74º 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 #096653 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB910283-
CMYK0.9100.190.6
HSL167.74º83.78%21.76%-
HSV(B)167.74º91.18%40%-
XYZ6.4310.199.81-
YUV72.03134.1983.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.64%
GREEN value IS 102 (40.23% from 255) = 52.58%
BLUE value IS 83 (32.81% from 255) = 42.78%
R=4.64%
G=52.58%
B=42.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102830.9100.190.6167.7483.7821.76
Hex966535B0133Ca85416
Octal111461231330237425012426
Binary100111001101010011101101101001111110010101000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096653; }

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

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

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

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

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

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

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

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