Html Css Color HEX #087A4B Salem

📋 copy color: '#087A4B'

red 8 ◦ green 122 ◦ blue 75

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

Shades of Salem #087A4B

Tints of Salem #087A4B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 59.51%

 BLUE value IS 75 (29.69% from 255) = 36.59%

R = 3.9%
G = 59.51%
B = 36.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#087A4B (or 0x087A4B) is known color: Salem. HEX triplet: 08, 7A and 4B. RGB value is (8,122,75). Sum of RGB (Red+Green+Blue) = 8+122+75=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #087A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087A4B is #F785B4. Grayscale: #525252. Windows color (decimal): -16221621 or 4946440. OLE color: 4946440.

HSL color Cylindrical-coordinate representation of color #087A4B: hue angle of 155.26º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087A4B is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 122 75 -
CMYK 0.93 0 0.39 0.52
HSL 155.26º 0.88% 0.25% -
HSV(B) 155.26º 0.93% 0.48% -
XYZ 8.33 14.48 9.01 -
YUV 82.56 123.73 74.82 -
System Red Green Blue C M Y K H S L
Decimal 8 122 75 0.93 0 0.39 0.52 155.26 0.88 0.25
Hex 8 7A 4B 5D 0 27 34 9B 58 19
Octal 10 172 113 135 0 47 64 233 130 31
Binary 1000 1111010 1001011 1011101 0 100111 110100 10011011 1011000 11001

Color Harmonies of #087A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087A4B

Black with #087A4B

Text Example


Text Example

White with #087A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,122,75); }

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

background-color css

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

 a { background-color: rgb(8,122,75); }

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

border-color css

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

 span { border-color: rgb(8,122,75); }

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