#097455

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

Shades of Watercourse #097455

Tints of Watercourse #097455

Color information

#097455 (or 0x097455) is unknown color: approx Watercourse. HEX triplet: 09, 74 and 55. RGB value is (9,116,85). Sum of RGB (Red+Green+Blue) = 9+116+85=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 116 (45.70% from 255 or 55.24% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 116 - color contains mainly: green. Hex color #097455 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097455 is #F68BAA. Grayscale: #505050. Windows color (decimal): -16157611 or 5600265. OLE color: 5600265.

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

Color convert

RGB911685-
CMYK0.9200.270.55
HSL162.62º85.6%24.51%-
HSV(B)162.62º92.24%45.49%-
XYZ813.210.72-
YUV80.47130.5577.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.29%
GREEN value IS 116 (45.70% from 255) = 55.24%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=4.29%
G=55.24%
B=40.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9116850.9200.270.55162.6285.624.51
Hex974555C01B37a35619
Octal111641251340336724312631
Binary100111101001010101101110001101111011110100011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097455; }

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

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

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

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

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

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

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

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