Html Css Color HEX #0B8752 Salem

📋 copy color: '#0B8752'

red 11 ◦ green 135 ◦ blue 82

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

Shades of Salem #0B8752

Tints of Salem #0B8752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 4.82%
G = 59.21%
B = 35.96%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#0B8752 (or 0x0B8752) is known color: Salem. HEX triplet: 0B, 87 and 52. RGB value is (11,135,82). Sum of RGB (Red+Green+Blue) = 11+135+82=228 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.82% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #0B8752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8752 is #F478AD. Grayscale: #5B5B5B. Windows color (decimal): -16021678 or 5408523. OLE color: 5408523.

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

Color convert

RGB 11 135 82 -
CMYK 0.92 0 0.39 0.47
HSL 154.35º 0.85% 0.29% -
HSV(B) 154.35º 0.92% 0.53% -
XYZ 10.32 18.01 10.91 -
YUV 91.88 122.42 70.31 -
System Red Green Blue C M Y K H S L
Decimal 11 135 82 0.92 0 0.39 0.47 154.35 0.85 0.29
Hex B 87 52 5C 0 27 2F 9A 55 1D
Octal 13 207 122 134 0 47 57 232 125 35
Binary 1011 10000111 1010010 1011100 0 100111 101111 10011010 1010101 11101

Color Harmonies of #0B8752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8752

Black with #0B8752

Text Example


Text Example

White with #0B8752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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