Html Css Color HEX #098750 Salem

📋 copy color: '#098750'

red 9 ◦ green 135 ◦ blue 80

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

Shades of Salem #098750

Tints of Salem #098750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 60.27%

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

R = 4.02%
G = 60.27%
B = 35.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#098750 (or 0x098750) is known color: Salem. HEX triplet: 09, 87 and 50. RGB value is (9,135,80). Sum of RGB (Red+Green+Blue) = 9+135+80=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 135 (53.12% from 255 or 60.27% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 135 - color contains mainly: green. Hex color #098750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098750 is #F678AF. Grayscale: #5B5B5B. Windows color (decimal): -16152752 or 5277449. OLE color: 5277449.

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

Color convert

RGB 9 135 80 -
CMYK 0.93 0 0.41 0.47
HSL 153.81º 0.88% 0.28% -
HSV(B) 153.81º 0.93% 0.53% -
XYZ 10.22 17.97 10.52 -
YUV 91.06 121.76 69.47 -
System Red Green Blue C M Y K H S L
Decimal 9 135 80 0.93 0 0.41 0.47 153.81 0.88 0.28
Hex 9 87 50 5D 0 29 2F 9A 58 1C
Octal 11 207 120 135 0 51 57 232 130 34
Binary 1001 10000111 1010000 1011101 0 101001 101111 10011010 1011000 11100

Color Harmonies of #098750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098750

Black with #098750

Text Example


Text Example

White with #098750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098750; }

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

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

background-color css

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

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

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

border-color css

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

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

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