Html Css Color HEX #09794D Salem

📋 copy color: '#09794D'

red 9 ◦ green 121 ◦ blue 77

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

Shades of Salem #09794D

Tints of Salem #09794D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.2%

R = 4.35%
G = 58.45%
B = 37.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#09794D (or 0x09794D) is known color: Salem. HEX triplet: 09, 79 and 4D. RGB value is (9,121,77). Sum of RGB (Red+Green+Blue) = 9+121+77=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 121 (47.66% from 255 or 58.45% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 121 - color contains mainly: green. Hex color #09794D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09794D is #F686B2. Grayscale: #525252. Windows color (decimal): -16156339 or 5077257. OLE color: 5077257.

HSL color Cylindrical-coordinate representation of color #09794D: hue angle of 156.43º 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 #09794D is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 121 77 -
CMYK 0.93 0 0.36 0.53
HSL 156.43º 0.86% 0.25% -
HSV(B) 156.43º 0.93% 0.47% -
XYZ 8.29 14.27 9.34 -
YUV 82.5 124.89 75.58 -
System Red Green Blue C M Y K H S L
Decimal 9 121 77 0.93 0 0.36 0.53 156.43 0.86 0.25
Hex 9 79 4D 5D 0 24 35 9C 56 19
Octal 11 171 115 135 0 44 65 234 126 31
Binary 1001 1111001 1001101 1011101 0 100100 110101 10011100 1010110 11001

Color Harmonies of #09794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09794D

Black with #09794D

Text Example


Text Example

White with #09794D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09794D; }

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

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

background-color css

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

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

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

border-color css

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

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

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