Html Css Color HEX #74964F Asparagus

📋 copy color: '#74964F'

red 116 ◦ green 150 ◦ blue 79

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

Shades of Asparagus #74964F

Tints of Asparagus #74964F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.48%

 BLUE value IS 79 (31.25% from 255) = 22.9%

R = 33.62%
G = 43.48%
B = 22.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#74964F (or 0x74964F) is known color: Asparagus. HEX triplet: 74, 96 and 4F. RGB value is (116,150,79). Sum of RGB (Red+Green+Blue) = 116+150+79=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #74964F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74964F is #8B69B0. Grayscale: #838383. Windows color (decimal): -9136561 or 5215860. OLE color: 5215860.

HSL color Cylindrical-coordinate representation of color #74964F: hue angle of 88.73º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74964F is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 79 -
CMYK 0.23 0 0.47 0.41
HSL 88.73º 0.31% 0.45% -
HSV(B) 88.73º 0.47% 0.59% -
XYZ 19.52 26.09 11.4 -
YUV 131.74 98.24 116.77 -
System Red Green Blue C M Y K H S L
Decimal 116 150 79 0.23 0 0.47 0.41 88.73 0.31 0.45
Hex 74 96 4F 17 0 2F 29 59 1F 2D
Octal 164 226 117 27 0 57 51 131 37 55
Binary 1110100 10010110 1001111 10111 0 101111 101001 1011001 11111 101101

Color Harmonies of #74964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74964F

Black with #74964F

Text Example


Text Example

White with #74964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74964F; }

 p { color: rgb(116,150,79); }

 H1.HeaderClassName
 {
   color: #74964F;
 }
 .AnyTagClassName
 {
   color: #74964F;
 }
</style>

background-color css

<style>
 a { background-color: #74964F; }

 a { background-color: rgb(116,150,79); }

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

border-color css

<style>
 span { border-color: #74964F; }

 span { border-color: rgb(116,150,79); }

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