Html Css Color HEX #74994B Asparagus

📋 copy color: '#74994B'

red 116 ◦ green 153 ◦ blue 75

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

Shades of Asparagus #74994B

Tints of Asparagus #74994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.48%

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

R = 33.72%
G = 44.48%
B = 21.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#74994B (or 0x74994B) is known color: Asparagus. HEX triplet: 74, 99 and 4B. RGB value is (116,153,75). Sum of RGB (Red+Green+Blue) = 116+153+75=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #74994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74994B is #8B66B4. Grayscale: #858585. Windows color (decimal): -9135797 or 4954484. OLE color: 4954484.

HSL color Cylindrical-coordinate representation of color #74994B: hue angle of 88.46º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74994B is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 153 75 -
CMYK 0.24 0 0.51 0.4
HSL 88.46º 0.34% 0.45% -
HSV(B) 88.46º 0.51% 0.6% -
XYZ 19.86 27 10.82 -
YUV 133.05 95.24 115.84 -
System Red Green Blue C M Y K H S L
Decimal 116 153 75 0.24 0 0.51 0.4 88.46 0.34 0.45
Hex 74 99 4B 18 0 33 28 58 22 2D
Octal 164 231 113 30 0 63 50 130 42 55
Binary 1110100 10011001 1001011 11000 0 110011 101000 1011000 100010 101101

Color Harmonies of #74994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74994B

Black with #74994B

Text Example


Text Example

White with #74994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74994B; }

 p { color: rgb(116,153,75); }

 H1.HeaderClassName
 {
   color: #74994B;
 }
 .AnyTagClassName
 {
   color: #74994B;
 }
</style>

background-color css

<style>
 a { background-color: #74994B; }

 a { background-color: rgb(116,153,75); }

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

border-color css

<style>
 span { border-color: #74994B; }

 span { border-color: rgb(116,153,75); }

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