#068C58

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

Shades of Shamrock Green #068C58

Tints of Shamrock Green #068C58

Color information

#068C58 (or 0x068C58) is unknown color: approx Shamrock Green. HEX triplet: 06, 8C and 58. RGB value is (6,140,88). Sum of RGB (Red+Green+Blue) = 6+140+88=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 140 (55.08% from 255 or 59.83% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 140 - color contains mainly: green. Hex color #068C58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068C58 is #F973A7. Grayscale: #5E5E5E. Windows color (decimal): -16348072 or 5803014. OLE color: 5803014.

HSL color Cylindrical-coordinate representation of color #068C58: hue angle of 156.72º 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 #068C58 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB614088-
CMYK0.9600.370.45
HSL156.72º91.78%28.63%-
HSV(B)156.72º95.71%54.9%-
XYZ11.2119.512.41-
YUV94.01124.6165.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.56%
GREEN value IS 140 (55.08% from 255) = 59.83%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=2.56%
G=59.83%
B=37.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6140880.9600.370.45156.7291.7828.63
Hex68C58600252D9d5c1d
Octal62141301400455523513435
Binary1101000110010110001100000010010110110110011101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,140,88); }

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

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

 a { background-color: rgb(6,140,88); }

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

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

 span { border-color: rgb(6,140,88); }

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