Html Css Color HEX #098955 Salem

📋 copy color: '#098955'

red 9 ◦ green 137 ◦ blue 85

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

Shades of Salem #098955

Tints of Salem #098955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.8%

R = 3.9%
G = 59.31%
B = 36.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#098955 (or 0x098955) is known color: Salem. HEX triplet: 09, 89 and 55. RGB value is (9,137,85). Sum of RGB (Red+Green+Blue) = 9+137+85=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 137 (53.91% from 255 or 59.31% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 137 - color contains mainly: green. Hex color #098955 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098955 is #F676AA. Grayscale: #5C5C5C. Windows color (decimal): -16152235 or 5605641. OLE color: 5605641.

HSL color Cylindrical-coordinate representation of color #098955: hue angle of 155.62º 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 #098955 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 137 85 -
CMYK 0.93 0 0.38 0.46
HSL 155.63º 0.88% 0.29% -
HSV(B) 155.63º 0.93% 0.54% -
XYZ 10.7 18.61 11.62 -
YUV 92.8 123.59 68.23 -
System Red Green Blue C M Y K H S L
Decimal 9 137 85 0.93 0 0.38 0.46 155.63 0.88 0.29
Hex 9 89 55 5D 0 26 2E 9C 58 1D
Octal 11 211 125 135 0 46 56 234 130 35
Binary 1001 10001001 1010101 1011101 0 100110 101110 10011100 1011000 11101

Color Harmonies of #098955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098955

Black with #098955

Text Example


Text Example

White with #098955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098955; }

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

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

background-color css

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

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

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

border-color css

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

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

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