#097B53

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

Shades of Watercourse #097B53

Tints of Watercourse #097B53

Color information

#097B53 (or 0x097B53) is unknown color: approx Watercourse. HEX triplet: 09, 7B and 53. RGB value is (9,123,83). Sum of RGB (Red+Green+Blue) = 9+123+83=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #097B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097B53 is #F684AC. Grayscale: #545454. Windows color (decimal): -16155821 or 5470985. OLE color: 5470985.

HSL color Cylindrical-coordinate representation of color #097B53: hue angle of 158.95º 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 #097B53 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB912383-
CMYK0.9300.330.52
HSL158.95º86.36%25.88%-
HSV(B)158.95º92.68%48.24%-
XYZ8.7614.8510.59-
YUV84.35127.2374.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.19%
GREEN value IS 123 (48.44% from 255) = 57.21%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=4.19%
G=57.21%
B=38.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9123830.9300.330.52158.9586.3625.88
Hex97B535D021349f561a
Octal111731231350416423712632
Binary1001111101110100111011101010000111010010011111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,123,83); }

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

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

 a { background-color: rgb(9,123,83); }

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

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

 span { border-color: rgb(9,123,83); }

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