#069360

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

Shades of Shamrock Green #069360

Tints of Shamrock Green #069360

Color information

#069360 (or 0x069360) is unknown color: approx Shamrock Green. HEX triplet: 06, 93 and 60. RGB value is (6,147,96). Sum of RGB (Red+Green+Blue) = 6+147+96=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #069360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069360 is #F96C9F. Grayscale: #636363. Windows color (decimal): -16346272 or 6329094. OLE color: 6329094.

HSL color Cylindrical-coordinate representation of color #069360: hue angle of 158.3º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069360 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB614796-
CMYK0.9600.350.42
HSL158.3º92.16%30%-
HSV(B)158.3º95.92%57.65%-
XYZ12.6221.7514.6-
YUV99.03126.2961.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.41%
GREEN value IS 147 (57.81% from 255) = 59.04%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=2.41%
G=59.04%
B=38.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6147960.9600.350.42158.392.1630
Hex69360600232A9e5c1e
Octal62231401400435223613436
Binary1101001001111000001100000010001110101010011110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069360; }

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

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

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

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

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

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

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

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