Html Css Color HEX #087D4A Salem

📋 copy color: '#087D4A'

red 8 ◦ green 125 ◦ blue 74

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

Shades of Salem #087D4A

Tints of Salem #087D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 60.39%

 BLUE value IS 74 (29.3% from 255) = 35.75%

R = 3.86%
G = 60.39%
B = 35.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#087D4A (or 0x087D4A) is known color: Salem. HEX triplet: 08, 7D and 4A. RGB value is (8,125,74). Sum of RGB (Red+Green+Blue) = 8+125+74=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 125 (49.22% from 255 or 60.39% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 125 - color contains mainly: green. Hex color #087D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087D4A is #F782B5. Grayscale: #545454. Windows color (decimal): -16220854 or 4881672. OLE color: 4881672.

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

Color convert

RGB 8 125 74 -
CMYK 0.94 0 0.41 0.51
HSL 153.85º 0.88% 0.26% -
HSV(B) 153.85º 0.94% 0.49% -
XYZ 8.67 15.21 8.96 -
YUV 84.2 122.24 73.65 -
System Red Green Blue C M Y K H S L
Decimal 8 125 74 0.94 0 0.41 0.51 153.85 0.88 0.26
Hex 8 7D 4A 5E 0 29 33 9A 58 1A
Octal 10 175 112 136 0 51 63 232 130 32
Binary 1000 1111101 1001010 1011110 0 101001 110011 10011010 1011000 11010

Color Harmonies of #087D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087D4A

Black with #087D4A

Text Example


Text Example

White with #087D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,125,74); }

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

background-color css

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

 a { background-color: rgb(8,125,74); }

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

border-color css

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

 span { border-color: rgb(8,125,74); }

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