#74AB2A

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

Shades of Lima #74AB2A

Tints of Lima #74AB2A

Color information

#74AB2A (or 0x74AB2A) is unknown color: approx Lima. HEX triplet: 74, AB and 2A. RGB value is (116,171,42). Sum of RGB (Red+Green+Blue) = 116+171+42=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AB2A is #8B54D5. Grayscale: #8C8C8C. Windows color (decimal): -9131222 or 2796404. OLE color: 2796404.

HSL color Cylindrical-coordinate representation of color #74AB2A: hue angle of 85.58º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74AB2A is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB11617142-
CMYK0.3200.750.33
HSL85.58º60.56%41.76%-
HSV(B)85.58º75.44%67.06%-
XYZ22.1833.017.39-
YUV139.8572.78110.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 171 (67.19% from 255) = 51.98%
BLUE value IS 42 (16.80% from 255) = 12.77%
R=35.26%
G=51.98%
B=12.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116171420.3200.750.3385.5860.5641.76
Hex74AB2A2004B21563d2a
Octal16425352400113411267552
Binary111010010101011101010100000010010111000011010110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AB2A; }

 p { color: rgb(116,171,42); }

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

<style>
 a { background-color: #74AB2A; }

 a { background-color: rgb(116,171,42); }

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

<style>
 span { border-color: #74AB2A; }

 span { border-color: rgb(116,171,42); }

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