Html Css Color HEX #09794A Salem

📋 copy color: '#09794A'

red 9 ◦ green 121 ◦ blue 74

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

Shades of Salem #09794A

Tints of Salem #09794A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.27%

R = 4.41%
G = 59.31%
B = 36.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#09794A (or 0x09794A) is known color: Salem. HEX triplet: 09, 79 and 4A. RGB value is (9,121,74). Sum of RGB (Red+Green+Blue) = 9+121+74=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 121 (47.66% from 255 or 59.31% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 121 - color contains mainly: green. Hex color #09794A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09794A is #F686B5. Grayscale: #525252. Windows color (decimal): -16156342 or 4880649. OLE color: 4880649.

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

Color convert

RGB 9 121 74 -
CMYK 0.93 0 0.39 0.53
HSL 154.82º 0.86% 0.25% -
HSV(B) 154.82º 0.93% 0.47% -
XYZ 8.19 14.23 8.79 -
YUV 82.15 123.39 75.82 -
System Red Green Blue C M Y K H S L
Decimal 9 121 74 0.93 0 0.39 0.53 154.82 0.86 0.25
Hex 9 79 4A 5D 0 27 35 9B 56 19
Octal 11 171 112 135 0 47 65 233 126 31
Binary 1001 1111001 1001010 1011101 0 100111 110101 10011011 1010110 11001

Color Harmonies of #09794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09794A

Black with #09794A

Text Example


Text Example

White with #09794A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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