Html Css Color HEX #74A254 Asparagus

📋 copy color: '#74A254'

red 116 ◦ green 162 ◦ blue 84

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

Shades of Asparagus #74A254

Tints of Asparagus #74A254

RGB

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

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

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

R = 32.04%
G = 44.75%
B = 23.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#74A254 (or 0x74A254) is known color: Asparagus. HEX triplet: 74, A2 and 54. RGB value is (116,162,84). Sum of RGB (Red+Green+Blue) = 116+162+84=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #74A254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A254 is #8B5DAB. Grayscale: #8B8B8B. Windows color (decimal): -9133484 or 5546612. OLE color: 5546612.

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

Color convert

RGB 116 162 84 -
CMYK 0.28 0 0.48 0.36
HSL 95.38º 0.32% 0.48% -
HSV(B) 95.38º 0.48% 0.64% -
XYZ 21.72 30.19 13.07 -
YUV 139.35 96.76 111.34 -
System Red Green Blue C M Y K H S L
Decimal 116 162 84 0.28 0 0.48 0.36 95.38 0.32 0.48
Hex 74 A2 54 1C 0 30 24 5F 20 30
Octal 164 242 124 34 0 60 44 137 40 60
Binary 1110100 10100010 1010100 11100 0 110000 100100 1011111 100000 110000

Color Harmonies of #74A254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A254

Black with #74A254

Text Example


Text Example

White with #74A254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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