#068D55

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

Shades of Shamrock Green #068D55

Tints of Shamrock Green #068D55

Color information

#068D55 (or 0x068D55) is unknown color: approx Shamrock Green. HEX triplet: 06, 8D and 55. RGB value is (6,141,85). Sum of RGB (Red+Green+Blue) = 6+141+85=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 141 (55.47% from 255 or 60.78% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 141 - color contains mainly: green. Hex color #068D55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068D55 is #F972AA. Grayscale: #5E5E5E. Windows color (decimal): -16347819 or 5606662. OLE color: 5606662.

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

Color convert

RGB614185-
CMYK0.9600.400.45
HSL155.11º91.84%28.82%-
HSV(B)155.11º95.74%55.29%-
XYZ11.2419.7411.81-
YUV94.25122.7765.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.59%
GREEN value IS 141 (55.47% from 255) = 60.78%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=2.59%
G=60.78%
B=36.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6141850.9600.400.45155.1191.8428.82
Hex68D55600282D9b5c1d
Octal62151251400505523313435
Binary1101000110110101011100000010100010110110011011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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