#097A55

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

Shades of Watercourse #097A55

Tints of Watercourse #097A55

Color information

#097A55 (or 0x097A55) is unknown color: approx Watercourse. HEX triplet: 09, 7A and 55. RGB value is (9,122,85). Sum of RGB (Red+Green+Blue) = 9+122+85=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 122 (48.05% from 255 or 56.48% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 122 - color contains mainly: green. Hex color #097A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097A55 is #F685AA. Grayscale: #545454. Windows color (decimal): -16156075 or 5601801. OLE color: 5601801.

HSL color Cylindrical-coordinate representation of color #097A55: hue angle of 160.35º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097A55 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB912285-
CMYK0.9300.300.52
HSL160.35º86.26%25.69%-
HSV(B)160.35º92.62%47.84%-
XYZ8.7114.6310.96-
YUV83.99128.5674.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.17%
GREEN value IS 122 (48.05% from 255) = 56.48%
BLUE value IS 85 (33.59% from 255) = 39.35%
R=4.17%
G=56.48%
B=39.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9122850.9300.300.52160.3586.2625.69
Hex97A555D01E34a0561a
Octal111721251350366424012632
Binary100111110101010101101110101111011010010100000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097A55; }

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

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

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

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

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

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

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

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