#07A65D

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

Shades of Shamrock Green #07A65D

Tints of Shamrock Green #07A65D

Color information

#07A65D (or 0x07A65D) is unknown color: approx Shamrock Green. HEX triplet: 07, A6 and 5D. RGB value is (7,166,93). Sum of RGB (Red+Green+Blue) = 7+166+93=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 166 (65.23% from 255 or 62.41% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 166 - color contains mainly: green. Hex color #07A65D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A65D is #F859A2. Grayscale: #6E6E6E. Windows color (decimal): -16275875 or 6137351. OLE color: 6137351.

HSL color Cylindrical-coordinate representation of color #07A65D: hue angle of 152.45º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A65D is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB716693-
CMYK0.9600.440.35
HSL152.45º91.91%33.92%-
HSV(B)152.45º95.78%65.1%-
XYZ15.728.1114.95-
YUV110.14118.3254.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.63%
GREEN value IS 166 (65.23% from 255) = 62.41%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=2.63%
G=62.41%
B=34.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7166930.9600.440.35152.4591.9133.92
Hex7A65D6002C23985c22
Octal72461351400544323013442
Binary11110100110101110111000000101100100011100110001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07A65D; }

 p { color: rgb(7,166,93); }

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

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

 a { background-color: rgb(7,166,93); }

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

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

 span { border-color: rgb(7,166,93); }

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