#097855

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

Shades of Watercourse #097855

Tints of Watercourse #097855

Color information

#097855 (or 0x097855) is unknown color: approx Watercourse. HEX triplet: 09, 78 and 55. RGB value is (9,120,85). Sum of RGB (Red+Green+Blue) = 9+120+85=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #097855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097855 is #F687AA. Grayscale: #525252. Windows color (decimal): -16156587 or 5601289. OLE color: 5601289.

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

Color convert

RGB912085-
CMYK0.9200.290.53
HSL161.08º86.05%25.29%-
HSV(B)161.08º92.5%47.06%-
XYZ8.4714.1510.88-
YUV82.82129.2375.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 120 (47.27% from 255) = 56.07%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=4.21%
G=56.07%
B=39.72%

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
Decimal9120850.9200.290.53161.0886.0525.29
Hex978555C01D35a15619
Octal111701251340356524112631
Binary100111110001010101101110001110111010110100001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097855; }

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

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

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

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

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

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

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

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