Html Css Color HEX #087C51 Salem

📋 copy color: '#087C51'

red 8 ◦ green 124 ◦ blue 81

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

Shades of Salem #087C51

Tints of Salem #087C51

RGB

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

 GREEN value IS 124 (48.83% from 255) = 58.22%

 BLUE value IS 81 (32.03% from 255) = 38.03%

R = 3.76%
G = 58.22%
B = 38.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#087C51 (or 0x087C51) is known color: Salem. HEX triplet: 08, 7C and 51. RGB value is (8,124,81). Sum of RGB (Red+Green+Blue) = 8+124+81=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 124 (48.83% from 255 or 58.22% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 124 - color contains mainly: green. Hex color #087C51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087C51 is #F783AE. Grayscale: #545454. Windows color (decimal): -16221103 or 5340168. OLE color: 5340168.

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

Color convert

RGB 8 124 81 -
CMYK 0.94 0 0.35 0.51
HSL 157.76º 0.88% 0.26% -
HSV(B) 157.76º 0.94% 0.49% -
XYZ 8.79 15.06 10.23 -
YUV 84.41 126.07 73.5 -
System Red Green Blue C M Y K H S L
Decimal 8 124 81 0.94 0 0.35 0.51 157.76 0.88 0.26
Hex 8 7C 51 5E 0 23 33 9E 58 1A
Octal 10 174 121 136 0 43 63 236 130 32
Binary 1000 1111100 1010001 1011110 0 100011 110011 10011110 1011000 11010

Color Harmonies of #087C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087C51

Black with #087C51

Text Example


Text Example

White with #087C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,124,81); }

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

background-color css

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

 a { background-color: rgb(8,124,81); }

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

border-color css

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

 span { border-color: rgb(8,124,81); }

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