#069D64

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

Shades of Shamrock Green #069D64

Tints of Shamrock Green #069D64

Color information

#069D64 (or 0x069D64) is unknown color: approx Shamrock Green. HEX triplet: 06, 9D and 64. RGB value is (6,157,100). Sum of RGB (Red+Green+Blue) = 6+157+100=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 157 (61.72% from 255 or 59.70% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 157 - color contains mainly: green. Hex color #069D64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069D64 is #F9629B. Grayscale: #696969. Windows color (decimal): -16343708 or 6593798. OLE color: 6593798.

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

Color convert

RGB6157100-
CMYK0.9600.360.38
HSL157.35º92.64%31.96%-
HSV(B)157.35º96.18%61.57%-
XYZ14.4325.0716.14-
YUV105.35124.9757.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.28%
GREEN value IS 157 (61.72% from 255) = 59.70%
BLUE value IS 100 (39.45% from 255) = 38.02%
R=2.28%
G=59.70%
B=38.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61571000.9600.360.38157.3592.6431.96
Hex69D6460024269d5d20
Octal62351441400444623513540
Binary11010011101110010011000000100100100110100111011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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