Html Css Color HEX #74A247 Asparagus

📋 copy color: '#74A247'

red 116 ◦ green 162 ◦ blue 71

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

Shades of Asparagus #74A247

Tints of Asparagus #74A247

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.42%

 BLUE value IS 71 (28.13% from 255) = 20.34%

R = 33.24%
G = 46.42%
B = 20.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#74A247 (or 0x74A247) is known color: Asparagus. HEX triplet: 74, A2 and 47. RGB value is (116,162,71). Sum of RGB (Red+Green+Blue) = 116+162+71=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #74A247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A247 is #8B5DB8. Grayscale: #8A8A8A. Windows color (decimal): -9133497 or 4694644. OLE color: 4694644.

HSL color Cylindrical-coordinate representation of color #74A247: hue angle of 90.33º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74A247 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 162 71 -
CMYK 0.28 0 0.56 0.36
HSL 90.33º 0.39% 0.46% -
HSV(B) 90.33º 0.56% 0.64% -
XYZ 21.26 30.01 10.63 -
YUV 137.87 90.26 112.4 -
System Red Green Blue C M Y K H S L
Decimal 116 162 71 0.28 0 0.56 0.36 90.33 0.39 0.46
Hex 74 A2 47 1C 0 38 24 5A 27 2E
Octal 164 242 107 34 0 70 44 132 47 56
Binary 1110100 10100010 1000111 11100 0 111000 100100 1011010 100111 101110

Color Harmonies of #74A247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A247

Black with #74A247

Text Example


Text Example

White with #74A247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,162,71); }

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

background-color css

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

 a { background-color: rgb(116,162,71); }

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

border-color css

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

 span { border-color: rgb(116,162,71); }

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