Html Css Color HEX #0B893F Salem

📋 copy color: '#0B893F'

red 11 ◦ green 137 ◦ blue 63

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

Shades of Salem #0B893F

Tints of Salem #0B893F

RGB

 RED value IS 11 (4.69% from 255) = 5.21%

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

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

R = 5.21%
G = 64.93%
B = 29.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#0B893F (or 0x0B893F) is known color: Salem. HEX triplet: 0B, 89 and 3F. RGB value is (11,137,63). Sum of RGB (Red+Green+Blue) = 11+137+63=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 137 (53.91% from 255 or 64.93% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 137 - color contains mainly: green. Hex color #0B893F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B893F is #F476C0. Grayscale: #5B5B5B. Windows color (decimal): -16021185 or 4163851. OLE color: 4163851.

HSL color Cylindrical-coordinate representation of color #0B893F: hue angle of 144.76º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B893F is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 11 137 63 -
CMYK 0.92 0 0.54 0.46
HSL 144.76º 0.85% 0.29% -
HSV(B) 144.76º 0.92% 0.54% -
XYZ 9.98 18.32 7.71 -
YUV 90.89 112.26 71.02 -
System Red Green Blue C M Y K H S L
Decimal 11 137 63 0.92 0 0.54 0.46 144.76 0.85 0.29
Hex B 89 3F 5C 0 36 2E 91 55 1D
Octal 13 211 77 134 0 66 56 221 125 35
Binary 1011 10001001 111111 1011100 0 110110 101110 10010001 1010101 11101

Color Harmonies of #0B893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B893F

Black with #0B893F

Text Example


Text Example

White with #0B893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B893F; }

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

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

background-color css

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

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

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

border-color css

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

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

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