Html Css Color HEX #74A958 Asparagus

📋 copy color: '#74A958'

red 116 ◦ green 169 ◦ blue 88

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

Shades of Asparagus #74A958

Tints of Asparagus #74A958

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.31%

 BLUE value IS 88 (34.77% from 255) = 23.59%

R = 31.1%
G = 45.31%
B = 23.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#74A958 (or 0x74A958) is known color: Asparagus. HEX triplet: 74, A9 and 58. RGB value is (116,169,88). Sum of RGB (Red+Green+Blue) = 116+169+88=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 169 - color contains mainly: green. Hex color #74A958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A958 is #8B56A7. Grayscale: #909090. Windows color (decimal): -9131688 or 5810548. OLE color: 5810548.

HSL color Cylindrical-coordinate representation of color #74A958: hue angle of 99.26º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74A958 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 169 88 -
CMYK 0.31 0 0.48 0.34
HSL 99.26º 0.32% 0.5% -
HSV(B) 99.26º 0.48% 0.66% -
XYZ 23.15 32.79 14.34 -
YUV 143.92 96.44 108.09 -
System Red Green Blue C M Y K H S L
Decimal 116 169 88 0.31 0 0.48 0.34 99.26 0.32 0.5
Hex 74 A9 58 1F 0 30 22 63 20 32
Octal 164 251 130 37 0 60 42 143 40 62
Binary 1110100 10101001 1011000 11111 0 110000 100010 1100011 100000 110010

Color Harmonies of #74A958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A958

Black with #74A958

Text Example


Text Example

White with #74A958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,169,88); }

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

background-color css

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

 a { background-color: rgb(116,169,88); }

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

border-color css

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

 span { border-color: rgb(116,169,88); }

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