Html Css Color HEX #74984B Asparagus

📋 copy color: '#74984B'

red 116 ◦ green 152 ◦ blue 75

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

Shades of Asparagus #74984B

Tints of Asparagus #74984B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.31%

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

R = 33.82%
G = 44.31%
B = 21.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#74984B (or 0x74984B) is known color: Asparagus. HEX triplet: 74, 98 and 4B. RGB value is (116,152,75). Sum of RGB (Red+Green+Blue) = 116+152+75=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #74984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74984B is #8B67B4. Grayscale: #848484. Windows color (decimal): -9136053 or 4954228. OLE color: 4954228.

HSL color Cylindrical-coordinate representation of color #74984B: hue angle of 88.05º 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 #74984B is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 75 -
CMYK 0.24 0 0.51 0.40
HSL 88.05º 0.34% 0.45% -
HSV(B) 88.05º 0.51% 0.6% -
XYZ 19.7 26.68 10.77 -
YUV 132.46 95.57 116.26 -
System Red Green Blue C M Y K H S L
Decimal 116 152 75 0.24 0 0.51 0.40 88.05 0.34 0.45
Hex 74 98 4B 18 0 33 28 58 22 2D
Octal 164 230 113 30 0 63 50 130 42 55
Binary 1110100 10011000 1001011 11000 0 110011 101000 1011000 100010 101101

Color Harmonies of #74984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74984B

Black with #74984B

Text Example


Text Example

White with #74984B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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