#74A62B

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

Shades of Lima #74A62B

Tints of Lima #74A62B

Color information

#74A62B (or 0x74A62B) is unknown color: approx Lima. HEX triplet: 74, A6 and 2B. RGB value is (116,166,43). Sum of RGB (Red+Green+Blue) = 116+166+43=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #74A62B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A62B is #8B59D4. Grayscale: #898989. Windows color (decimal): -9132501 or 2860660. OLE color: 2860660.

HSL color Cylindrical-coordinate representation of color #74A62B: hue angle of 84.39º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74A62B is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB11616643-
CMYK0.3000.740.35
HSL84.39º58.85%40.98%-
HSV(B)84.39º74.1%65.1%-
XYZ21.2731.167.18-
YUV137.0374.94113-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 166 (65.23% from 255) = 51.08%
BLUE value IS 43 (17.19% from 255) = 13.23%
R=35.69%
G=51.08%
B=13.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116166430.3000.740.3584.3958.8540.98
Hex74A62B1E04A23543b29
Octal16424653360112431247351
Binary11101001010011010101111110010010101000111010100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,166,43); }

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

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

 a { background-color: rgb(116,166,43); }

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

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

 span { border-color: rgb(116,166,43); }

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