#06995C

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

Shades of Shamrock Green #06995C

Tints of Shamrock Green #06995C

Color information

#06995C (or 0x06995C) is unknown color: approx Shamrock Green. HEX triplet: 06, 99 and 5C. RGB value is (6,153,92). Sum of RGB (Red+Green+Blue) = 6+153+92=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 153 (60.16% from 255 or 60.96% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 153 - color contains mainly: green. Hex color #06995C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06995C is #F966A3. Grayscale: #666666. Windows color (decimal): -16344740 or 6068486. OLE color: 6068486.

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

Color convert

RGB615392-
CMYK0.9600.400.4
HSL155.1º92.45%31.18%-
HSV(B)155.1º96.08%60%-
XYZ13.423.5913.97-
YUV102.09122.359.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.39%
GREEN value IS 153 (60.16% from 255) = 60.96%
BLUE value IS 92 (36.33% from 255) = 36.65%
R=2.39%
G=60.96%
B=36.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6153920.9600.400.4155.192.4531.18
Hex6995C60028289b5c1f
Octal62311341400505023313437
Binary1101001100110111001100000010100010100010011011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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