#069768

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

Shades of Shamrock Green #069768

Tints of Shamrock Green #069768

Color information

#069768 (or 0x069768) is unknown color: approx Shamrock Green. HEX triplet: 06, 97 and 68. RGB value is (6,151,104). Sum of RGB (Red+Green+Blue) = 6+151+104=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #069768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069768 is #F96897. Grayscale: #666666. Windows color (decimal): -16345240 or 6854406. OLE color: 6854406.

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

Color convert

RGB6151104-
CMYK0.9600.310.41
HSL160.55º92.36%30.78%-
HSV(B)160.55º96.03%59.22%-
XYZ13.6423.1716.85-
YUV102.29128.9659.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.30%
GREEN value IS 151 (59.38% from 255) = 57.85%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=2.30%
G=57.85%
B=39.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61511040.9600.310.41160.5592.3630.78
Hex697686001F29a15c1f
Octal62271501400375124113437
Binary110100101111101000110000001111110100110100001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069768; }

 p { color: rgb(6,151,104); }

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

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

 a { background-color: rgb(6,151,104); }

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

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

 span { border-color: rgb(6,151,104); }

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