Html Css Color HEX #078455 Salem

📋 copy color: '#078455'

red 7 ◦ green 132 ◦ blue 85

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

Shades of Salem #078455

Tints of Salem #078455

RGB

 RED value IS 7 (3.13% from 255) = 3.13%

 GREEN value IS 132 (51.95% from 255) = 58.93%

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 3.13%
G = 58.93%
B = 37.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#078455 (or 0x078455) is known color: Salem. HEX triplet: 07, 84 and 55. RGB value is (7,132,85). Sum of RGB (Red+Green+Blue) = 7+132+85=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #078455 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078455 is #F87BAA. Grayscale: #595959. Windows color (decimal): -16284587 or 5604359. OLE color: 5604359.

HSL color Cylindrical-coordinate representation of color #078455: hue angle of 157.44º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078455 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 132 85 -
CMYK 0.95 0 0.36 0.48
HSL 157.44º 0.9% 0.27% -
HSV(B) 157.44º 0.95% 0.52% -
XYZ 9.98 17.2 11.39 -
YUV 89.27 125.59 69.32 -
System Red Green Blue C M Y K H S L
Decimal 7 132 85 0.95 0 0.36 0.48 157.44 0.9 0.27
Hex 7 84 55 5F 0 24 30 9D 5A 1B
Octal 7 204 125 137 0 44 60 235 132 33
Binary 111 10000100 1010101 1011111 0 100100 110000 10011101 1011010 11011

Color Harmonies of #078455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078455

Black with #078455

Text Example


Text Example

White with #078455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078455; }

 p { color: rgb(7,132,85); }

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

background-color css

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

 a { background-color: rgb(7,132,85); }

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

border-color css

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

 span { border-color: rgb(7,132,85); }

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