Html Css Color HEX #097250 Watercourse

📋 copy color: '#097250'

red 9 ◦ green 114 ◦ blue 80

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

Shades of Watercourse #097250

Tints of Watercourse #097250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.16%

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 4.43%
G = 56.16%
B = 39.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#097250 (or 0x097250) is known color: Watercourse. HEX triplet: 09, 72 and 50. RGB value is (9,114,80). Sum of RGB (Red+Green+Blue) = 9+114+80=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #097250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097250 is #F68DAF. Grayscale: #4E4E4E. Windows color (decimal): -16158128 or 5272073. OLE color: 5272073.

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

Color convert

RGB 9 114 80 -
CMYK 0.92 0 0.30 0.55
HSL 160.57º 0.85% 0.24% -
HSV(B) 160.57º 0.92% 0.45% -
XYZ 7.58 12.67 9.64 -
YUV 78.73 128.71 78.26 -
System Red Green Blue C M Y K H S L
Decimal 9 114 80 0.92 0 0.30 0.55 160.57 0.85 0.24
Hex 9 72 50 5C 0 1E 37 A1 55 18
Octal 11 162 120 134 0 36 67 241 125 30
Binary 1001 1110010 1010000 1011100 0 11110 110111 10100001 1010101 11000

Color Harmonies of #097250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097250

Black with #097250

Text Example


Text Example

White with #097250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097250; }

 p { color: rgb(9,114,80); }

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

background-color css

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

 a { background-color: rgb(9,114,80); }

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

border-color css

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

 span { border-color: rgb(9,114,80); }

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