#7FAE06

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

Shades of Lima #7FAE06

Tints of Lima #7FAE06

Color information

#7FAE06 (or 0x7FAE06) is unknown color: approx Lima. HEX triplet: 7F, AE and 06. RGB value is (127,174,6). Sum of RGB (Red+Green+Blue) = 127+174+6=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAE06 is #8051F9. Grayscale: #8D8D8D. Windows color (decimal): -8409594 or 437887. OLE color: 437887.

HSL color Cylindrical-coordinate representation of color #7FAE06: hue angle of 76.79º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FAE06 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1271746-
CMYK0.2700.970.32
HSL76.79º93.33%35.29%-
HSV(B)76.79º96.55%68.24%-
XYZ23.9234.85.63-
YUV140.7951.93118.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.37%
GREEN value IS 174 (68.36% from 255) = 56.68%
BLUE value IS 6 (2.73% from 255) = 1.95%
R=41.37%
G=56.68%
B=1.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12717460.2700.970.3276.7993.3335.29
Hex7FAE61B061204d5d23
Octal17725663301414011513543
Binary111111110101110110110110110000110000010011011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,174,6); }

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

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

 a { background-color: rgb(127,174,6); }

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

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

 span { border-color: rgb(127,174,6); }

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