Html Css Color HEX #078C51 Salem

📋 copy color: '#078C51'

red 7 ◦ green 140 ◦ blue 81

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

Shades of Salem #078C51

Tints of Salem #078C51

RGB

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

 GREEN value IS 140 (55.08% from 255) = 61.4%

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

R = 3.07%
G = 61.4%
B = 35.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#078C51 (or 0x078C51) is known color: Salem. HEX triplet: 07, 8C and 51. RGB value is (7,140,81). Sum of RGB (Red+Green+Blue) = 7+140+81=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 140 (55.08% from 255 or 61.40% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 140 - color contains mainly: green. Hex color #078C51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078C51 is #F873AE. Grayscale: #5D5D5D. Windows color (decimal): -16282543 or 5344263. OLE color: 5344263.

HSL color Cylindrical-coordinate representation of color #078C51: hue angle of 153.38º 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 #078C51 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 140 81 -
CMYK 0.95 0 0.42 0.45
HSL 153.38º 0.9% 0.29% -
HSV(B) 153.38º 0.95% 0.55% -
XYZ 10.95 19.4 10.95 -
YUV 93.51 120.94 66.3 -
System Red Green Blue C M Y K H S L
Decimal 7 140 81 0.95 0 0.42 0.45 153.38 0.9 0.29
Hex 7 8C 51 5F 0 2A 2D 99 5A 1D
Octal 7 214 121 137 0 52 55 231 132 35
Binary 111 10001100 1010001 1011111 0 101010 101101 10011001 1011010 11101

Color Harmonies of #078C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078C51

Black with #078C51

Text Example


Text Example

White with #078C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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