#7EAB07

Color #7EAB07 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7EAB07

Tints of Lima #7EAB07

Color information

#7EAB07 (or 0x7EAB07) is unknown color: approx Lima. HEX triplet: 7E, AB and 07. RGB value is (126,171,7). Sum of RGB (Red+Green+Blue) = 126+171+7=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAB07 is #8154F8. Grayscale: #8B8B8B. Windows color (decimal): -8475897 or 502654. OLE color: 502654.

HSL color Cylindrical-coordinate representation of color #7EAB07: hue angle of 76.46º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7EAB07 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB1261717-
CMYK0.2600.960.33
HSL76.46º92.13%34.9%-
HSV(B)76.46º95.91%67.06%-
XYZ23.2133.585.46-
YUV138.8553.59118.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.45%
GREEN value IS 171 (67.19% from 255) = 56.25%
BLUE value IS 7 (3.12% from 255) = 2.30%
R=41.45%
G=56.25%
B=2.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12617170.2600.960.3376.4692.1334.9
Hex7EAB71A060214c5c23
Octal17625373201404111413443
Binary111111010101011111110100110000010000110011001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAB07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EAB07; }

 p { color: rgb(126,171,7); }

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

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

 a { background-color: rgb(126,171,7); }

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

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

 span { border-color: rgb(126,171,7); }

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