Html Css Color HEX #74985B Asparagus

📋 copy color: '#74985B'

red 116 ◦ green 152 ◦ blue 91

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

Shades of Asparagus #74985B

Tints of Asparagus #74985B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 32.31%
G = 42.34%
B = 25.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#74985B (or 0x74985B) is known color: Asparagus. HEX triplet: 74, 98 and 5B. RGB value is (116,152,91). Sum of RGB (Red+Green+Blue) = 116+152+91=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #74985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74985B is #8B67A4. Grayscale: #868686. Windows color (decimal): -9136037 or 6002804. OLE color: 6002804.

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

Color convert

RGB 116 152 91 -
CMYK 0.24 0 0.40 0.40
HSL 95.41º 0.25% 0.48% -
HSV(B) 95.41º 0.4% 0.6% -
XYZ 20.32 26.92 14.02 -
YUV 134.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 116 152 91 0.24 0 0.40 0.40 95.41 0.25 0.48
Hex 74 98 5B 18 0 28 28 5F 19 30
Octal 164 230 133 30 0 50 50 137 31 60
Binary 1110100 10011000 1011011 11000 0 101000 101000 1011111 11001 110000

Color Harmonies of #74985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74985B

Black with #74985B

Text Example


Text Example

White with #74985B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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