Html Css Color HEX #078551 Salem

📋 copy color: '#078551'

red 7 ◦ green 133 ◦ blue 81

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

Shades of Salem #078551

Tints of Salem #078551

RGB

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

 GREEN value IS 133 (52.34% from 255) = 60.18%

 BLUE value IS 81 (32.03% from 255) = 36.65%

R = 3.17%
G = 60.18%
B = 36.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#078551 (or 0x078551) is known color: Salem. HEX triplet: 07, 85 and 51. RGB value is (7,133,81). Sum of RGB (Red+Green+Blue) = 7+133+81=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #078551 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078551 is #F87AAE. Grayscale: #595959. Windows color (decimal): -16284335 or 5342471. OLE color: 5342471.

HSL color Cylindrical-coordinate representation of color #078551: hue angle of 155.24º 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 #078551 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 133 81 -
CMYK 0.95 0 0.39 0.48
HSL 155.24º 0.9% 0.27% -
HSV(B) 155.24º 0.95% 0.52% -
XYZ 9.96 17.41 10.62 -
YUV 89.4 123.26 69.23 -
System Red Green Blue C M Y K H S L
Decimal 7 133 81 0.95 0 0.39 0.48 155.24 0.9 0.27
Hex 7 85 51 5F 0 27 30 9B 5A 1B
Octal 7 205 121 137 0 47 60 233 132 33
Binary 111 10000101 1010001 1011111 0 100111 110000 10011011 1011010 11011

Color Harmonies of #078551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078551

Black with #078551

Text Example


Text Example

White with #078551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078551; }

 p { color: rgb(7,133,81); }

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

background-color css

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

 a { background-color: rgb(7,133,81); }

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

border-color css

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

 span { border-color: rgb(7,133,81); }

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