Html Css Color HEX #078055 Salem

📋 copy color: '#078055'

red 7 ◦ green 128 ◦ blue 85

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

Shades of Salem #078055

Tints of Salem #078055

RGB

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

 GREEN value IS 128 (50.39% from 255) = 58.18%

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

R = 3.18%
G = 58.18%
B = 38.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#078055 (or 0x078055) is known color: Salem. HEX triplet: 07, 80 and 55. RGB value is (7,128,85). Sum of RGB (Red+Green+Blue) = 7+128+85=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 128 (50.39% from 255 or 58.18% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 128 - color contains mainly: green. Hex color #078055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078055 is #F87FAA. Grayscale: #565656. Windows color (decimal): -16285611 or 5603335. OLE color: 5603335.

HSL color Cylindrical-coordinate representation of color #078055: hue angle of 158.68º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078055 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 128 85 -
CMYK 0.95 0 0.34 0.50
HSL 158.68º 0.9% 0.26% -
HSV(B) 158.68º 0.95% 0.5% -
XYZ 9.45 16.14 11.21 -
YUV 86.92 126.91 71 -
System Red Green Blue C M Y K H S L
Decimal 7 128 85 0.95 0 0.34 0.50 158.68 0.9 0.26
Hex 7 80 55 5F 0 22 32 9F 5A 1A
Octal 7 200 125 137 0 42 62 237 132 32
Binary 111 10000000 1010101 1011111 0 100010 110010 10011111 1011010 11010

Color Harmonies of #078055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078055

Black with #078055

Text Example


Text Example

White with #078055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078055; }

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

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

background-color css

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

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

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

border-color css

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

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

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