#069965

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

Shades of Shamrock Green #069965

Tints of Shamrock Green #069965

Color information

#069965 (or 0x069965) is unknown color: approx Shamrock Green. HEX triplet: 06, 99 and 65. RGB value is (6,153,101). Sum of RGB (Red+Green+Blue) = 6+153+101=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 153 (60.16% from 255 or 58.85% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 153 - color contains mainly: green. Hex color #069965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069965 is #F9669A. Grayscale: #676767. Windows color (decimal): -16344731 or 6658310. OLE color: 6658310.

HSL color Cylindrical-coordinate representation of color #069965: hue angle of 158.78º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069965 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB6153101-
CMYK0.9600.340.4
HSL158.78º92.45%31.18%-
HSV(B)158.78º96.08%60%-
XYZ13.8223.7616.17-
YUV103.12126.858.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.31%
GREEN value IS 153 (60.16% from 255) = 58.85%
BLUE value IS 101 (39.84% from 255) = 38.85%
R=2.31%
G=58.85%
B=38.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61531010.9600.340.4158.7892.4531.18
Hex6996560022289f5c1f
Octal62311451400425023713437
Binary1101001100111001011100000010001010100010011111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069965; }

 p { color: rgb(6,153,101); }

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

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

 a { background-color: rgb(6,153,101); }

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

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

 span { border-color: rgb(6,153,101); }

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