#097755

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

Shades of Watercourse #097755

Tints of Watercourse #097755

Color information

#097755 (or 0x097755) is unknown color: approx Watercourse. HEX triplet: 09, 77 and 55. RGB value is (9,119,85). Sum of RGB (Red+Green+Blue) = 9+119+85=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #097755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097755 is #F688AA. Grayscale: #525252. Windows color (decimal): -16156843 or 5601033. OLE color: 5601033.

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

Color convert

RGB911985-
CMYK0.9200.290.53
HSL161.45º85.94%25.1%-
HSV(B)161.45º92.44%46.67%-
XYZ8.3513.9110.84-
YUV82.23129.5675.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 119 (46.88% from 255) = 55.87%
BLUE value IS 85 (33.59% from 255) = 39.91%
R=4.23%
G=55.87%
B=39.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9119850.9200.290.53161.4585.9425.1
Hex977555C01D35a15619
Octal111671251340356524112631
Binary100111101111010101101110001110111010110100001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097755; }

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

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

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

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

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

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

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

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