Html Css Color HEX #7C974B Asparagus

📋 copy color: '#7C974B'

red 124 ◦ green 151 ◦ blue 75

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

Shades of Asparagus #7C974B

Tints of Asparagus #7C974B

RGB

 RED value IS 124 (48.83% from 255) = 35.43%

 GREEN value IS 151 (59.38% from 255) = 43.14%

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 35.43%
G = 43.14%
B = 21.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#7C974B (or 0x7C974B) is known color: Asparagus. HEX triplet: 7C, 97 and 4B. RGB value is (124,151,75). Sum of RGB (Red+Green+Blue) = 124+151+75=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #7C974B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C974B is #8368B4. Grayscale: #868686. Windows color (decimal): -8612021 or 4953980. OLE color: 4953980.

HSL color Cylindrical-coordinate representation of color #7C974B: hue angle of 81.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C974B is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 124 151 75 -
CMYK 0.18 0 0.50 0.41
HSL 81.32º 0.34% 0.44% -
HSV(B) 81.32º 0.5% 0.59% -
XYZ 20.65 26.93 10.77 -
YUV 134.26 94.55 120.68 -
System Red Green Blue C M Y K H S L
Decimal 124 151 75 0.18 0 0.50 0.41 81.32 0.34 0.44
Hex 7C 97 4B 12 0 32 29 51 22 2C
Octal 174 227 113 22 0 62 51 121 42 54
Binary 1111100 10010111 1001011 10010 0 110010 101001 1010001 100010 101100

Color Harmonies of #7C974B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C974B

Black with #7C974B

Text Example


Text Example

White with #7C974B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C974B; }

 p { color: rgb(124,151,75); }

 H1.HeaderClassName
 {
   color: #7C974B;
 }
 .AnyTagClassName
 {
   color: #7C974B;
 }
</style>

background-color css

<style>
 a { background-color: #7C974B; }

 a { background-color: rgb(124,151,75); }

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

border-color css

<style>
 span { border-color: #7C974B; }

 span { border-color: rgb(124,151,75); }

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