#069860

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

Shades of Shamrock Green #069860

Tints of Shamrock Green #069860

Color information

#069860 (or 0x069860) is unknown color: approx Shamrock Green. HEX triplet: 06, 98 and 60. RGB value is (6,152,96). Sum of RGB (Red+Green+Blue) = 6+152+96=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #069860 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069860 is #F9679F. Grayscale: #666666. Windows color (decimal): -16344992 or 6330374. OLE color: 6330374.

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

Color convert

RGB615296-
CMYK0.9600.370.40
HSL156.99º92.41%30.98%-
HSV(B)156.99º96.05%59.61%-
XYZ13.4123.3414.86-
YUV101.96124.6359.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.36%
GREEN value IS 152 (59.77% from 255) = 59.84%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=2.36%
G=59.84%
B=37.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6152960.9600.370.40156.9992.4130.98
Hex6986060025289d5c1f
Octal62301401400455023513437
Binary1101001100011000001100000010010110100010011101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069860; }

 p { color: rgb(6,152,96); }

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

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

 a { background-color: rgb(6,152,96); }

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

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

 span { border-color: rgb(6,152,96); }

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