Html Css Color HEX #078B37 Salem

📋 copy color: '#078B37'

red 7 ◦ green 139 ◦ blue 55

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

Shades of Salem #078B37

Tints of Salem #078B37

RGB

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

 GREEN value IS 139 (54.69% from 255) = 69.15%

 BLUE value IS 55 (21.88% from 255) = 27.36%

R = 3.48%
G = 69.15%
B = 27.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#078B37 (or 0x078B37) is known color: Salem. HEX triplet: 07, 8B and 37. RGB value is (7,139,55). Sum of RGB (Red+Green+Blue) = 7+139+55=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 139 (54.69% from 255 or 69.15% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 139 - color contains mainly: green. Hex color #078B37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078B37 is #F874C8. Grayscale: #5A5A5A. Windows color (decimal): -16282825 or 3640071. OLE color: 3640071.

HSL color Cylindrical-coordinate representation of color #078B37: hue angle of 141.82º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078B37 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 139 55 -
CMYK 0.95 0 0.60 0.45
HSL 141.82º 0.9% 0.29% -
HSV(B) 141.82º 0.95% 0.55% -
XYZ 10.01 18.79 6.71 -
YUV 89.96 108.27 68.83 -
System Red Green Blue C M Y K H S L
Decimal 7 139 55 0.95 0 0.60 0.45 141.82 0.9 0.29
Hex 7 8B 37 5F 0 3C 2D 8E 5A 1D
Octal 7 213 67 137 0 74 55 216 132 35
Binary 111 10001011 110111 1011111 0 111100 101101 10001110 1011010 11101

Color Harmonies of #078B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078B37

Black with #078B37

Text Example


Text Example

White with #078B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078B37; }

 p { color: rgb(7,139,55); }

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

background-color css

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

 a { background-color: rgb(7,139,55); }

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

border-color css

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

 span { border-color: rgb(7,139,55); }

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