Html Css Color HEX #097055 Watercourse

📋 copy color: '#097055'

red 9 ◦ green 112 ◦ blue 85

#097055
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #097055

Tints of Watercourse #097055

RGB

 RED value IS 9 (3.91% from 255) = 4.37%

 GREEN value IS 112 (44.14% from 255) = 54.37%

 BLUE value IS 85 (33.59% from 255) = 41.26%

R = 4.37%
G = 54.37%
B = 41.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#097055 (or 0x097055) is known color: Watercourse. HEX triplet: 09, 70 and 55. RGB value is (9,112,85). Sum of RGB (Red+Green+Blue) = 9+112+85=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #097055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097055 is #F68FAA. Grayscale: #4E4E4E. Windows color (decimal): -16158635 or 5599241. OLE color: 5599241.

HSL color Cylindrical-coordinate representation of color #097055: hue angle of 164.27º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097055 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 112 85 -
CMYK 0.92 0 0.24 0.56
HSL 164.27º 0.85% 0.24% -
HSV(B) 164.27º 0.92% 0.44% -
XYZ 7.55 12.3 10.57 -
YUV 78.13 131.88 78.7 -
System Red Green Blue C M Y K H S L
Decimal 9 112 85 0.92 0 0.24 0.56 164.27 0.85 0.24
Hex 9 70 55 5C 0 18 38 A4 55 18
Octal 11 160 125 134 0 30 70 244 125 30
Binary 1001 1110000 1010101 1011100 0 11000 111000 10100100 1010101 11000

Color Harmonies of #097055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097055

Black with #097055

Text Example


Text Example

White with #097055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097055; }

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

 H1.HeaderClassName
 {
   color: #097055;
 }
 .AnyTagClassName
 {
   color: #097055;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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