Html Css Color HEX #097552 Watercourse

📋 copy color: '#097552'

red 9 ◦ green 117 ◦ blue 82

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

Shades of Watercourse #097552

Tints of Watercourse #097552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.42%

R = 4.33%
G = 56.25%
B = 39.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#097552 (or 0x097552) is known color: Watercourse. HEX triplet: 09, 75 and 52. RGB value is (9,117,82). Sum of RGB (Red+Green+Blue) = 9+117+82=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #097552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097552 is #F68AAD. Grayscale: #505050. Windows color (decimal): -16157358 or 5403913. OLE color: 5403913.

HSL color Cylindrical-coordinate representation of color #097552: hue angle of 160.56º 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 #097552 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 117 82 -
CMYK 0.92 0 0.30 0.54
HSL 160.56º 0.86% 0.25% -
HSV(B) 160.56º 0.92% 0.46% -
XYZ 8 13.39 10.15 -
YUV 80.72 128.72 76.85 -
System Red Green Blue C M Y K H S L
Decimal 9 117 82 0.92 0 0.30 0.54 160.56 0.86 0.25
Hex 9 75 52 5C 0 1E 36 A1 56 19
Octal 11 165 122 134 0 36 66 241 126 31
Binary 1001 1110101 1010010 1011100 0 11110 110110 10100001 1010110 11001

Color Harmonies of #097552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097552

Black with #097552

Text Example


Text Example

White with #097552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097552; }

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

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

background-color css

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

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

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

border-color css

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

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

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