#069C64

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

Shades of Shamrock Green #069C64

Tints of Shamrock Green #069C64

Color information

#069C64 (or 0x069C64) is unknown color: approx Shamrock Green. HEX triplet: 06, 9C and 64. RGB value is (6,156,100). Sum of RGB (Red+Green+Blue) = 6+156+100=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 156 (61.33% from 255 or 59.54% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 156 - color contains mainly: green. Hex color #069C64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069C64 is #F9639B. Grayscale: #686868. Windows color (decimal): -16343964 or 6593542. OLE color: 6593542.

HSL color Cylindrical-coordinate representation of color #069C64: hue angle of 157.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069C64 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB6156100-
CMYK0.9600.360.39
HSL157.6º92.59%31.76%-
HSV(B)157.6º96.15%61.18%-
XYZ14.2624.7416.08-
YUV104.77125.357.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.29%
GREEN value IS 156 (61.33% from 255) = 59.54%
BLUE value IS 100 (39.45% from 255) = 38.17%
R=2.29%
G=59.54%
B=38.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61561000.9600.360.39157.692.5931.76
Hex69C6460024279e5d20
Octal62341441400444723613540
Binary11010011100110010011000000100100100111100111101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069C64; }

 p { color: rgb(6,156,100); }

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

<style>
 a { background-color: #069C64; }

 a { background-color: rgb(6,156,100); }

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

<style>
 span { border-color: #069C64; }

 span { border-color: rgb(6,156,100); }

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