Html Css Color HEX #0B8740 Salem

📋 copy color: '#0B8740'

red 11 ◦ green 135 ◦ blue 64

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

Shades of Salem #0B8740

Tints of Salem #0B8740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.48%

R = 5.24%
G = 64.29%
B = 30.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#0B8740 (or 0x0B8740) is known color: Salem. HEX triplet: 0B, 87 and 40. RGB value is (11,135,64). Sum of RGB (Red+Green+Blue) = 11+135+64=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 135 (53.12% from 255 or 64.29% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 135 - color contains mainly: green. Hex color #0B8740 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8740 is #F478BF. Grayscale: #595959. Windows color (decimal): -16021696 or 4228875. OLE color: 4228875.

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

Color convert

RGB 11 135 64 -
CMYK 0.92 0 0.53 0.47
HSL 145.65º 0.85% 0.29% -
HSV(B) 145.65º 0.92% 0.53% -
XYZ 9.73 17.77 7.77 -
YUV 89.83 113.42 71.77 -
System Red Green Blue C M Y K H S L
Decimal 11 135 64 0.92 0 0.53 0.47 145.65 0.85 0.29
Hex B 87 40 5C 0 35 2F 92 55 1D
Octal 13 207 100 134 0 65 57 222 125 35
Binary 1011 10000111 1000000 1011100 0 110101 101111 10010010 1010101 11101

Color Harmonies of #0B8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8740

Black with #0B8740

Text Example


Text Example

White with #0B8740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,135,64); }

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

background-color css

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

 a { background-color: rgb(11,135,64); }

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

border-color css

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

 span { border-color: rgb(11,135,64); }

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