Html Css Color HEX #087F48 Salem

📋 copy color: '#087F48'

red 8 ◦ green 127 ◦ blue 72

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

Shades of Salem #087F48

Tints of Salem #087F48

RGB

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

 GREEN value IS 127 (50% from 255) = 61.35%

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 3.86%
G = 61.35%
B = 34.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#087F48 (or 0x087F48) is known color: Salem. HEX triplet: 08, 7F and 48. RGB value is (8,127,72). Sum of RGB (Red+Green+Blue) = 8+127+72=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 127 (50% from 255 or 61.35% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 127 - color contains mainly: green. Hex color #087F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087F48 is #F780B7. Grayscale: #555555. Windows color (decimal): -16220344 or 4751112. OLE color: 4751112.

HSL color Cylindrical-coordinate representation of color #087F48: hue angle of 152.27º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087F48 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 127 72 -
CMYK 0.94 0 0.43 0.50
HSL 152.27º 0.88% 0.26% -
HSV(B) 152.27º 0.94% 0.5% -
XYZ 8.86 15.7 8.69 -
YUV 85.15 120.58 72.97 -
System Red Green Blue C M Y K H S L
Decimal 8 127 72 0.94 0 0.43 0.50 152.27 0.88 0.26
Hex 8 7F 48 5E 0 2B 32 98 58 1A
Octal 10 177 110 136 0 53 62 230 130 32
Binary 1000 1111111 1001000 1011110 0 101011 110010 10011000 1011000 11010

Color Harmonies of #087F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087F48

Black with #087F48

Text Example


Text Example

White with #087F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087F48; }

 p { color: rgb(8,127,72); }

 H1.HeaderClassName
 {
   color: #087F48;
 }
 .AnyTagClassName
 {
   color: #087F48;
 }
</style>

background-color css

<style>
 a { background-color: #087F48; }

 a { background-color: rgb(8,127,72); }

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

border-color css

<style>
 span { border-color: #087F48; }

 span { border-color: rgb(8,127,72); }

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