Html Css Color HEX #098B4D Salem

📋 copy color: '#098B4D'

red 9 ◦ green 139 ◦ blue 77

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

Shades of Salem #098B4D

Tints of Salem #098B4D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 61.78%

 BLUE value IS 77 (30.47% from 255) = 34.22%

R = 4%
G = 61.78%
B = 34.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#098B4D (or 0x098B4D) is known color: Salem. HEX triplet: 09, 8B and 4D. RGB value is (9,139,77). Sum of RGB (Red+Green+Blue) = 9+139+77=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 139 (54.69% from 255 or 61.78% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 139 - color contains mainly: green. Hex color #098B4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098B4D is #F674B2. Grayscale: #5D5D5D. Windows color (decimal): -16151731 or 5081865. OLE color: 5081865.

HSL color Cylindrical-coordinate representation of color #098B4D: hue angle of 151.38º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098B4D is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 139 77 -
CMYK 0.94 0 0.45 0.45
HSL 151.38º 0.88% 0.29% -
HSV(B) 151.38º 0.94% 0.55% -
XYZ 10.68 19.06 10.14 -
YUV 93.06 118.93 68.04 -
System Red Green Blue C M Y K H S L
Decimal 9 139 77 0.94 0 0.45 0.45 151.38 0.88 0.29
Hex 9 8B 4D 5E 0 2D 2D 97 58 1D
Octal 11 213 115 136 0 55 55 227 130 35
Binary 1001 10001011 1001101 1011110 0 101101 101101 10010111 1011000 11101

Color Harmonies of #098B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098B4D

Black with #098B4D

Text Example


Text Example

White with #098B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098B4D; }

 p { color: rgb(9,139,77); }

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

background-color css

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

 a { background-color: rgb(9,139,77); }

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

border-color css

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

 span { border-color: rgb(9,139,77); }

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