#096955

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

Shades of Watercourse #096955

Tints of Watercourse #096955

Color information

#096955 (or 0x096955) is unknown color: approx Watercourse. HEX triplet: 09, 69 and 55. RGB value is (9,105,85). Sum of RGB (Red+Green+Blue) = 9+105+85=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #096955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096955 is #F696AA. Grayscale: #494949. Windows color (decimal): -16160427 or 5597449. OLE color: 5597449.

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

Color convert

RGB910585-
CMYK0.9100.190.59
HSL167.5º84.21%22.35%-
HSV(B)167.5º91.43%41.18%-
XYZ6.810.8210.32-
YUV74.02134.281.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.52%
GREEN value IS 105 (41.41% from 255) = 52.76%
BLUE value IS 85 (33.59% from 255) = 42.71%
R=4.52%
G=52.76%
B=42.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9105850.9100.190.59167.584.2122.35
Hex969555B0133Ba85416
Octal111511251330237325012426
Binary100111010011010101101101101001111101110101000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096955; }

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

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

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

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

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

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

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

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