Html Css Color HEX #74AA2C Lima

📋 copy color: '#74AA2C'

red 116 ◦ green 170 ◦ blue 44

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

Shades of Lima #74AA2C

Tints of Lima #74AA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.33%

R = 35.15%
G = 51.52%
B = 13.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#74AA2C (or 0x74AA2C) is known color: Lima. HEX triplet: 74, AA and 2C. RGB value is (116,170,44). Sum of RGB (Red+Green+Blue) = 116+170+44=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA2C is #8B55D3. Grayscale: #8B8B8B. Windows color (decimal): -9131476 or 2927220. OLE color: 2927220.

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

Color convert

RGB 116 170 44 -
CMYK 0.32 0 0.74 0.33
HSL 85.71º 0.59% 0.42% -
HSV(B) 85.71º 0.74% 0.67% -
XYZ 22.03 32.64 7.52 -
YUV 139.49 74.11 111.25 -
System Red Green Blue C M Y K H S L
Decimal 116 170 44 0.32 0 0.74 0.33 85.71 0.59 0.42
Hex 74 AA 2C 20 0 4A 21 56 3B 2A
Octal 164 252 54 40 0 112 41 126 73 52
Binary 1110100 10101010 101100 100000 0 1001010 100001 1010110 111011 101010

Color Harmonies of #74AA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA2C

Black with #74AA2C

Text Example


Text Example

White with #74AA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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