Html Css Color HEX #74A154 Asparagus

📋 copy color: '#74A154'

red 116 ◦ green 161 ◦ blue 84

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

Shades of Asparagus #74A154

Tints of Asparagus #74A154

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.6%

 BLUE value IS 84 (33.2% from 255) = 23.27%

R = 32.13%
G = 44.6%
B = 23.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#74A154 (or 0x74A154) is known color: Asparagus. HEX triplet: 74, A1 and 54. RGB value is (116,161,84). Sum of RGB (Red+Green+Blue) = 116+161+84=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #74A154 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A154 is #8B5EAB. Grayscale: #8B8B8B. Windows color (decimal): -9133740 or 5546356. OLE color: 5546356.

HSL color Cylindrical-coordinate representation of color #74A154: hue angle of 95.06º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74A154 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 161 84 -
CMYK 0.28 0 0.48 0.37
HSL 95.06º 0.31% 0.48% -
HSV(B) 95.06º 0.48% 0.63% -
XYZ 21.55 29.84 13.01 -
YUV 138.77 97.09 111.76 -
System Red Green Blue C M Y K H S L
Decimal 116 161 84 0.28 0 0.48 0.37 95.06 0.31 0.48
Hex 74 A1 54 1C 0 30 25 5F 1F 30
Octal 164 241 124 34 0 60 45 137 37 60
Binary 1110100 10100001 1010100 11100 0 110000 100101 1011111 11111 110000

Color Harmonies of #74A154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A154

Black with #74A154

Text Example


Text Example

White with #74A154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,161,84); }

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

background-color css

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

 a { background-color: rgb(116,161,84); }

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

border-color css

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

 span { border-color: rgb(116,161,84); }

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