Html Css Color HEX #087F42 Salem

📋 copy color: '#087F42'

red 8 ◦ green 127 ◦ blue 66

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

Shades of Salem #087F42

Tints of Salem #087F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 3.98%
G = 63.18%
B = 32.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#087F42 (or 0x087F42) is known color: Salem. HEX triplet: 08, 7F and 42. RGB value is (8,127,66). Sum of RGB (Red+Green+Blue) = 8+127+66=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 127 (50% from 255 or 63.18% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 127 - color contains mainly: green. Hex color #087F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087F42 is #F780BD. Grayscale: #545454. Windows color (decimal): -16220350 or 4357896. OLE color: 4357896.

HSL color Cylindrical-coordinate representation of color #087F42: hue angle of 149.24º 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 #087F42 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 127 66 -
CMYK 0.94 0 0.48 0.50
HSL 149.24º 0.88% 0.26% -
HSV(B) 149.24º 0.94% 0.5% -
XYZ 8.67 15.62 7.71 -
YUV 84.47 117.58 73.46 -
System Red Green Blue C M Y K H S L
Decimal 8 127 66 0.94 0 0.48 0.50 149.24 0.88 0.26
Hex 8 7F 42 5E 0 30 32 95 58 1A
Octal 10 177 102 136 0 60 62 225 130 32
Binary 1000 1111111 1000010 1011110 0 110000 110010 10010101 1011000 11010

Color Harmonies of #087F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087F42

Black with #087F42

Text Example


Text Example

White with #087F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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