Html Css Color HEX #09884F Salem

📋 copy color: '#09884F'

red 9 ◦ green 136 ◦ blue 79

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

Shades of Salem #09884F

Tints of Salem #09884F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 60.71%

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

R = 4.02%
G = 60.71%
B = 35.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#09884F (or 0x09884F) is known color: Salem. HEX triplet: 09, 88 and 4F. RGB value is (9,136,79). Sum of RGB (Red+Green+Blue) = 9+136+79=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #09884F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09884F is #F677B0. Grayscale: #5B5B5B. Windows color (decimal): -16152497 or 5212169. OLE color: 5212169.

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

Color convert

RGB 9 136 79 -
CMYK 0.93 0 0.42 0.47
HSL 153.07º 0.88% 0.28% -
HSV(B) 153.07º 0.93% 0.53% -
XYZ 10.33 18.23 10.37 -
YUV 91.53 120.92 69.13 -
System Red Green Blue C M Y K H S L
Decimal 9 136 79 0.93 0 0.42 0.47 153.07 0.88 0.28
Hex 9 88 4F 5D 0 2A 2F 99 58 1C
Octal 11 210 117 135 0 52 57 231 130 34
Binary 1001 10001000 1001111 1011101 0 101010 101111 10011001 1011000 11100

Color Harmonies of #09884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09884F

Black with #09884F

Text Example


Text Example

White with #09884F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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