#096951

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

Shades of Watercourse #096951

Tints of Watercourse #096951

Color information

#096951 (or 0x096951) is unknown color: approx Watercourse. HEX triplet: 09, 69 and 51. RGB value is (9,105,81). Sum of RGB (Red+Green+Blue) = 9+105+81=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #096951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096951 is #F696AE. Grayscale: #494949. Windows color (decimal): -16160431 or 5335305. OLE color: 5335305.

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

Color convert

RGB910581-
CMYK0.9100.230.59
HSL165º84.21%22.35%-
HSV(B)165º91.43%41.18%-
XYZ6.6510.769.51-
YUV73.56132.281.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 105 (41.41% from 255) = 53.85%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=4.62%
G=53.85%
B=41.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9105810.9100.230.5916584.2122.35
Hex969515B0173Ba55416
Octal111511211330277324512426
Binary100111010011010001101101101011111101110100101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096951; }

 p { color: rgb(9,105,81); }

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

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

 a { background-color: rgb(9,105,81); }

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

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

 span { border-color: rgb(9,105,81); }

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