#06995A

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

Shades of Shamrock Green #06995A

Tints of Shamrock Green #06995A

Color information

#06995A (or 0x06995A) is unknown color: approx Shamrock Green. HEX triplet: 06, 99 and 5A. RGB value is (6,153,90). Sum of RGB (Red+Green+Blue) = 6+153+90=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #06995A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06995A is #F966A5. Grayscale: #656565. Windows color (decimal): -16344742 or 5937414. OLE color: 5937414.

HSL color Cylindrical-coordinate representation of color #06995A: hue angle of 154.29º 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 #06995A is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB615390-
CMYK0.9600.410.4
HSL154.29º92.45%31.18%-
HSV(B)154.29º96.08%60%-
XYZ13.3123.5613.52-
YUV101.86121.359.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.41%
GREEN value IS 153 (60.16% from 255) = 61.45%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=2.41%
G=61.45%
B=36.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6153900.9600.410.4154.2992.4531.18
Hex6995A60029289a5c1f
Octal62311321400515023213437
Binary1101001100110110101100000010100110100010011010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06995A; }

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

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

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

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

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

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

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

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