Html Css Color HEX #74AA2A Lima

📋 copy color: '#74AA2A'

red 116 ◦ green 170 ◦ blue 42

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

Shades of Lima #74AA2A

Tints of Lima #74AA2A

RGB

 RED value IS 116 (45.7% from 255) = 35.37%

 GREEN value IS 170 (66.8% from 255) = 51.83%

 BLUE value IS 42 (16.8% from 255) = 12.8%

R = 35.37%
G = 51.83%
B = 12.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#74AA2A (or 0x74AA2A) is known color: Lima. HEX triplet: 74, AA and 2A. RGB value is (116,170,42). Sum of RGB (Red+Green+Blue) = 116+170+42=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA2A is #8B55D5. Grayscale: #8B8B8B. Windows color (decimal): -9131478 or 2796148. OLE color: 2796148.

HSL color Cylindrical-coordinate representation of color #74AA2A: hue angle of 85.31º degrees, saturation: 0.6, 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 #74AA2A is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 170 42 -
CMYK 0.32 0 0.75 0.33
HSL 85.31º 0.6% 0.42% -
HSV(B) 85.31º 0.75% 0.67% -
XYZ 22 32.63 7.33 -
YUV 139.26 73.11 111.41 -
System Red Green Blue C M Y K H S L
Decimal 116 170 42 0.32 0 0.75 0.33 85.31 0.6 0.42
Hex 74 AA 2A 20 0 4B 21 55 3C 2A
Octal 164 252 52 40 0 113 41 125 74 52
Binary 1110100 10101010 101010 100000 0 1001011 100001 1010101 111100 101010

Color Harmonies of #74AA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA2A

Black with #74AA2A

Text Example


Text Example

White with #74AA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74AA2A;
 }
 .AnyTagClassName
 {
   color: #74AA2A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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