Html Css Color HEX #097A52 Watercourse

📋 copy color: '#097A52'

red 9 ◦ green 122 ◦ blue 82

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

Shades of Watercourse #097A52

Tints of Watercourse #097A52

RGB

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

 GREEN value IS 122 (48.05% from 255) = 57.28%

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

R = 4.23%
G = 57.28%
B = 38.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#097A52 (or 0x097A52) is known color: Watercourse. HEX triplet: 09, 7A and 52. RGB value is (9,122,82). Sum of RGB (Red+Green+Blue) = 9+122+82=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 122 (48.05% from 255 or 57.28% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 122 - color contains mainly: green. Hex color #097A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097A52 is #F685AD. Grayscale: #535353. Windows color (decimal): -16156078 or 5405193. OLE color: 5405193.

HSL color Cylindrical-coordinate representation of color #097A52: hue angle of 158.76º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097A52 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 122 82 -
CMYK 0.93 0 0.33 0.52
HSL 158.76º 0.86% 0.26% -
HSV(B) 158.76º 0.93% 0.48% -
XYZ 8.6 14.59 10.35 -
YUV 83.65 127.06 74.75 -
System Red Green Blue C M Y K H S L
Decimal 9 122 82 0.93 0 0.33 0.52 158.76 0.86 0.26
Hex 9 7A 52 5D 0 21 34 9F 56 1A
Octal 11 172 122 135 0 41 64 237 126 32
Binary 1001 1111010 1010010 1011101 0 100001 110100 10011111 1010110 11010

Color Harmonies of #097A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097A52

Black with #097A52

Text Example


Text Example

White with #097A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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