#097551

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

Shades of Watercourse #097551

Tints of Watercourse #097551

Color information

#097551 (or 0x097551) is unknown color: approx Watercourse. HEX triplet: 09, 75 and 51. RGB value is (9,117,81). Sum of RGB (Red+Green+Blue) = 9+117+81=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #097551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097551 is #F68AAE. Grayscale: #505050. Windows color (decimal): -16157359 or 5338377. OLE color: 5338377.

HSL color Cylindrical-coordinate representation of color #097551: hue angle of 160º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097551 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB911781-
CMYK0.9200.310.54
HSL160º85.71%24.71%-
HSV(B)160º92.31%45.88%-
XYZ7.9613.379.95-
YUV80.6128.2276.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 117 (46.09% from 255) = 56.52%
BLUE value IS 81 (32.03% from 255) = 39.13%
R=4.35%
G=56.52%
B=39.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9117810.9200.310.5416085.7124.71
Hex975515C01F36a05619
Octal111651211340376624012631
Binary100111101011010001101110001111111011010100000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097551; }

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

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

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

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

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

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

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

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