Html Css Color HEX #097555 Watercourse

📋 copy color: '#097555'

red 9 ◦ green 117 ◦ blue 85

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

Shades of Watercourse #097555

Tints of Watercourse #097555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.45%

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

R = 4.27%
G = 55.45%
B = 40.28%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#097555 (or 0x097555) is known color: Watercourse. HEX triplet: 09, 75 and 55. RGB value is (9,117,85). Sum of RGB (Red+Green+Blue) = 9+117+85=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #097555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097555 is #F68AAA. Grayscale: #515151. Windows color (decimal): -16157355 or 5600521. OLE color: 5600521.

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

Color convert

RGB 9 117 85 -
CMYK 0.92 0 0.27 0.54
HSL 162.22º 0.86% 0.25% -
HSV(B) 162.22º 0.92% 0.46% -
XYZ 8.11 13.44 10.76 -
YUV 81.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 9 117 85 0.92 0 0.27 0.54 162.22 0.86 0.25
Hex 9 75 55 5C 0 1B 36 A2 56 19
Octal 11 165 125 134 0 33 66 242 126 31
Binary 1001 1110101 1010101 1011100 0 11011 110110 10100010 1010110 11001

Color Harmonies of #097555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097555

Black with #097555

Text Example


Text Example

White with #097555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097555; }

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

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

background-color css

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

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

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

border-color css

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

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

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