Html Css Color HEX #09894F Salem

📋 copy color: '#09894F'

red 9 ◦ green 137 ◦ blue 79

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

Shades of Salem #09894F

Tints of Salem #09894F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 60.89%

 BLUE value IS 79 (31.25% from 255) = 35.11%

R = 4%
G = 60.89%
B = 35.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#09894F (or 0x09894F) is known color: Salem. HEX triplet: 09, 89 and 4F. RGB value is (9,137,79). Sum of RGB (Red+Green+Blue) = 9+137+79=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 137 (53.91% from 255 or 60.89% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 137 - color contains mainly: green. Hex color #09894F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09894F is #F676B0. Grayscale: #5C5C5C. Windows color (decimal): -16152241 or 5212425. OLE color: 5212425.

HSL color Cylindrical-coordinate representation of color #09894F: hue angle of 152.81º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09894F is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 137 79 -
CMYK 0.93 0 0.42 0.46
HSL 152.81º 0.88% 0.29% -
HSV(B) 152.81º 0.93% 0.54% -
XYZ 10.47 18.51 10.42 -
YUV 92.12 120.59 68.72 -
System Red Green Blue C M Y K H S L
Decimal 9 137 79 0.93 0 0.42 0.46 152.81 0.88 0.29
Hex 9 89 4F 5D 0 2A 2E 99 58 1D
Octal 11 211 117 135 0 52 56 231 130 35
Binary 1001 10001001 1001111 1011101 0 101010 101110 10011001 1011000 11101

Color Harmonies of #09894F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09894F

Black with #09894F

Text Example


Text Example

White with #09894F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09894F; }

 p { color: rgb(9,137,79); }

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

background-color css

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

 a { background-color: rgb(9,137,79); }

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

border-color css

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

 span { border-color: rgb(9,137,79); }

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