Html Css Color HEX #74AA2D Lima

📋 copy color: '#74AA2D'

red 116 ◦ green 170 ◦ blue 45

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

Shades of Lima #74AA2D

Tints of Lima #74AA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.6%

R = 35.05%
G = 51.36%
B = 13.6%

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

#74AA2D (or 0x74AA2D) is known color: Lima. HEX triplet: 74, AA and 2D. RGB value is (116,170,45). Sum of RGB (Red+Green+Blue) = 116+170+45=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA2D is #8B55D2. Grayscale: #8C8C8C. Windows color (decimal): -9131475 or 2992756. OLE color: 2992756.

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

Color convert

RGB 116 170 45 -
CMYK 0.32 0 0.74 0.33
HSL 85.92º 0.58% 0.42% -
HSV(B) 85.92º 0.74% 0.67% -
XYZ 22.05 32.65 7.62 -
YUV 139.6 74.61 111.16 -
System Red Green Blue C M Y K H S L
Decimal 116 170 45 0.32 0 0.74 0.33 85.92 0.58 0.42
Hex 74 AA 2D 20 0 4A 21 56 3A 2A
Octal 164 252 55 40 0 112 41 126 72 52
Binary 1110100 10101010 101101 100000 0 1001010 100001 1010110 111010 101010

Color Harmonies of #74AA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA2D

Black with #74AA2D

Text Example


Text Example

White with #74AA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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