Html Css Color HEX #097952 Watercourse

📋 copy color: '#097952'

red 9 ◦ green 121 ◦ blue 82

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

Shades of Watercourse #097952

Tints of Watercourse #097952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.08%

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

R = 4.25%
G = 57.08%
B = 38.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#097952 (or 0x097952) is known color: Watercourse. HEX triplet: 09, 79 and 52. RGB value is (9,121,82). Sum of RGB (Red+Green+Blue) = 9+121+82=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 121 (47.66% from 255 or 57.08% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 121 - color contains mainly: green. Hex color #097952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097952 is #F686AD. Grayscale: #535353. Windows color (decimal): -16156334 or 5404937. OLE color: 5404937.

HSL color Cylindrical-coordinate representation of color #097952: hue angle of 159.11º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097952 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 121 82 -
CMYK 0.93 0 0.32 0.53
HSL 159.11º 0.86% 0.25% -
HSV(B) 159.11º 0.93% 0.47% -
XYZ 8.47 14.34 10.3 -
YUV 83.07 127.39 75.17 -
System Red Green Blue C M Y K H S L
Decimal 9 121 82 0.93 0 0.32 0.53 159.11 0.86 0.25
Hex 9 79 52 5D 0 20 35 9F 56 19
Octal 11 171 122 135 0 40 65 237 126 31
Binary 1001 1111001 1010010 1011101 0 100000 110101 10011111 1010110 11001

Color Harmonies of #097952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097952

Black with #097952

Text Example


Text Example

White with #097952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097952; }

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

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

background-color css

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

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

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

border-color css

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

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

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