#068D50

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

Shades of Shamrock Green #068D50

Tints of Shamrock Green #068D50

Color information

#068D50 (or 0x068D50) is unknown color: approx Shamrock Green. HEX triplet: 06, 8D and 50. RGB value is (6,141,80). Sum of RGB (Red+Green+Blue) = 6+141+80=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 141 (55.47% from 255 or 62.11% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 141 - color contains mainly: green. Hex color #068D50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068D50 is #F972AF. Grayscale: #5D5D5D. Windows color (decimal): -16347824 or 5278982. OLE color: 5278982.

HSL color Cylindrical-coordinate representation of color #068D50: hue angle of 152.89º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D50 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB614180-
CMYK0.9600.430.45
HSL152.89º91.84%28.82%-
HSV(B)152.89º95.74%55.29%-
XYZ11.0519.6710.8-
YUV93.68120.2765.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 141 (55.47% from 255) = 62.11%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=2.64%
G=62.11%
B=35.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6141800.9600.430.45152.8991.8428.82
Hex68D506002B2D995c1d
Octal62151201400535523113435
Binary1101000110110100001100000010101110110110011001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068D50; }

 p { color: rgb(6,141,80); }

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

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

 a { background-color: rgb(6,141,80); }

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

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

 span { border-color: rgb(6,141,80); }

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