Html Css Color HEX #08893F Salem

📋 copy color: '#08893F'

red 8 ◦ green 137 ◦ blue 63

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

Shades of Salem #08893F

Tints of Salem #08893F

RGB

 RED value IS 8 (3.52% from 255) = 3.85%

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

 BLUE value IS 63 (25% from 255) = 30.29%

R = 3.85%
G = 65.87%
B = 30.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#08893F (or 0x08893F) is known color: Salem. HEX triplet: 08, 89 and 3F. RGB value is (8,137,63). Sum of RGB (Red+Green+Blue) = 8+137+63=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 137 (53.91% from 255 or 65.87% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 137 - color contains mainly: green. Hex color #08893F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08893F is #F776C0. Grayscale: #5A5A5A. Windows color (decimal): -16217793 or 4163848. OLE color: 4163848.

HSL color Cylindrical-coordinate representation of color #08893F: hue angle of 145.58º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08893F is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 137 63 -
CMYK 0.94 0 0.54 0.46
HSL 145.58º 0.89% 0.28% -
HSV(B) 145.58º 0.94% 0.54% -
XYZ 9.94 18.3 7.71 -
YUV 89.99 112.76 69.52 -
System Red Green Blue C M Y K H S L
Decimal 8 137 63 0.94 0 0.54 0.46 145.58 0.89 0.28
Hex 8 89 3F 5E 0 36 2E 92 59 1C
Octal 10 211 77 136 0 66 56 222 131 34
Binary 1000 10001001 111111 1011110 0 110110 101110 10010010 1011001 11100

Color Harmonies of #08893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08893F

Black with #08893F

Text Example


Text Example

White with #08893F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,137,63); }

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

background-color css

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

 a { background-color: rgb(8,137,63); }

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

border-color css

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

 span { border-color: rgb(8,137,63); }

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