#096956

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

Shades of Watercourse #096956

Tints of Watercourse #096956

Color information

#096956 (or 0x096956) is unknown color: approx Watercourse. HEX triplet: 09, 69 and 56. RGB value is (9,105,86). Sum of RGB (Red+Green+Blue) = 9+105+86=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #096956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096956 is #F696A9. Grayscale: #4A4A4A. Windows color (decimal): -16160426 or 5662985. OLE color: 5662985.

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

Color convert

RGB910586-
CMYK0.9100.180.59
HSL168.12º84.21%22.35%-
HSV(B)168.12º91.43%41.18%-
XYZ6.8410.8310.53-
YUV74.13134.781.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.5%
GREEN value IS 105 (41.41% from 255) = 52.5%
BLUE value IS 86 (33.98% from 255) = 43%
R=4.5%
G=52.5%
B=43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9105860.9100.180.59168.1284.2122.35
Hex969565B0123Ba85416
Octal111511261330227325012426
Binary100111010011010110101101101001011101110101000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096956; }

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

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

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

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

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

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

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

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