Html Css Color HEX #098650 Salem

📋 copy color: '#098650'

red 9 ◦ green 134 ◦ blue 80

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

Shades of Salem #098650

Tints of Salem #098650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.09%

 BLUE value IS 80 (31.64% from 255) = 35.87%

R = 4.04%
G = 60.09%
B = 35.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#098650 (or 0x098650) is known color: Salem. HEX triplet: 09, 86 and 50. RGB value is (9,134,80). Sum of RGB (Red+Green+Blue) = 9+134+80=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 134 (52.73% from 255 or 60.09% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 134 - color contains mainly: green. Hex color #098650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098650 is #F679AF. Grayscale: #5A5A5A. Windows color (decimal): -16153008 or 5277193. OLE color: 5277193.

HSL color Cylindrical-coordinate representation of color #098650: hue angle of 154.08º degrees, saturation: 0.87, 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 #098650 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 134 80 -
CMYK 0.93 0 0.40 0.47
HSL 154.08º 0.87% 0.28% -
HSV(B) 154.08º 0.93% 0.53% -
XYZ 10.09 17.69 10.47 -
YUV 90.47 122.09 69.89 -
System Red Green Blue C M Y K H S L
Decimal 9 134 80 0.93 0 0.40 0.47 154.08 0.87 0.28
Hex 9 86 50 5D 0 28 2F 9A 57 1C
Octal 11 206 120 135 0 50 57 232 127 34
Binary 1001 10000110 1010000 1011101 0 101000 101111 10011010 1010111 11100

Color Harmonies of #098650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098650

Black with #098650

Text Example


Text Example

White with #098650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098650; }

 p { color: rgb(9,134,80); }

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

background-color css

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

 a { background-color: rgb(9,134,80); }

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

border-color css

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

 span { border-color: rgb(9,134,80); }

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