#078C5D

Color #078C5D Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #078C5D

Tints of Shamrock Green #078C5D

Color information

#078C5D (or 0x078C5D) is unknown color: approx Shamrock Green. HEX triplet: 07, 8C and 5D. RGB value is (7,140,93). Sum of RGB (Red+Green+Blue) = 7+140+93=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 140 (55.08% from 255 or 58.33% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 140 - color contains mainly: green. Hex color #078C5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078C5D is #F873A2. Grayscale: #5E5E5E. Windows color (decimal): -16282531 or 6130695. OLE color: 6130695.

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

Color convert

RGB714093-
CMYK0.9500.340.45
HSL158.8º90.48%28.82%-
HSV(B)158.8º95%54.9%-
XYZ11.4419.5913.53-
YUV94.88126.9465.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.92%
GREEN value IS 140 (55.08% from 255) = 58.33%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=2.92%
G=58.33%
B=38.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7140930.9500.340.45158.890.4828.82
Hex78C5D5F0222D9f5a1d
Octal72141351370425523713235
Binary1111000110010111011011111010001010110110011111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #078C5D;
 }
 .AnyTagClassName
 {
   color: #078C5D;
 }
</style>
background-color css

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

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

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

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

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

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