Html Css Color HEX #097152 Watercourse

📋 copy color: '#097152'

red 9 ◦ green 113 ◦ blue 82

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

Shades of Watercourse #097152

Tints of Watercourse #097152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.39%

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

R = 4.41%
G = 55.39%
B = 40.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#097152 (or 0x097152) is known color: Watercourse. HEX triplet: 09, 71 and 52. RGB value is (9,113,82). Sum of RGB (Red+Green+Blue) = 9+113+82=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #097152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097152 is #F68EAD. Grayscale: #4E4E4E. Windows color (decimal): -16158382 or 5402889. OLE color: 5402889.

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

Color convert

RGB 9 113 82 -
CMYK 0.92 0 0.27 0.56
HSL 162.12º 0.85% 0.24% -
HSV(B) 162.12º 0.92% 0.44% -
XYZ 7.54 12.48 9.99 -
YUV 78.37 130.04 78.52 -
System Red Green Blue C M Y K H S L
Decimal 9 113 82 0.92 0 0.27 0.56 162.12 0.85 0.24
Hex 9 71 52 5C 0 1B 38 A2 55 18
Octal 11 161 122 134 0 33 70 242 125 30
Binary 1001 1110001 1010010 1011100 0 11011 111000 10100010 1010101 11000

Color Harmonies of #097152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097152

Black with #097152

Text Example


Text Example

White with #097152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097152; }

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

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

background-color css

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

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

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

border-color css

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

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

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