Html Css Color HEX #07A064 Shamrock Green

📋 copy color: '#07A064'

red 7 ◦ green 160 ◦ blue 100

#07A064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #07A064

Tints of Shamrock Green #07A064

RGB

 RED value IS 7 (3.13% from 255) = 2.62%

 GREEN value IS 160 (62.89% from 255) = 59.93%

 BLUE value IS 100 (39.45% from 255) = 37.45%

R = 2.62%
G = 59.93%
B = 37.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#07A064 (or 0x07A064) is known color: Shamrock Green. HEX triplet: 07, A0 and 64. RGB value is (7,160,100). Sum of RGB (Red+Green+Blue) = 7+160+100=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #07A064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A064 is #F85F9B. Grayscale: #6B6B6B. Windows color (decimal): -16277404 or 6594567. OLE color: 6594567.

HSL color Cylindrical-coordinate representation of color #07A064: hue angle of 156.47º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A064 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 7 160 100 -
CMYK 0.96 0 0.38 0.37
HSL 156.47º 0.92% 0.33% -
HSV(B) 156.47º 0.96% 0.63% -
XYZ 14.96 26.11 16.31 -
YUV 107.41 123.81 56.38 -
System Red Green Blue C M Y K H S L
Decimal 7 160 100 0.96 0 0.38 0.37 156.47 0.92 0.33
Hex 7 A0 64 60 0 26 25 9C 5C 21
Octal 7 240 144 140 0 46 45 234 134 41
Binary 111 10100000 1100100 1100000 0 100110 100101 10011100 1011100 100001

Color Harmonies of #07A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A064

Black with #07A064

Text Example


Text Example

White with #07A064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,160,100); }

 H1.HeaderClassName
 {
   color: #07A064;
 }
 .AnyTagClassName
 {
   color: #07A064;
 }
</style>

background-color css

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

 a { background-color: rgb(7,160,100); }

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

border-color css

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

 span { border-color: rgb(7,160,100); }

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