Html Css Color HEX #74A755 Asparagus

📋 copy color: '#74A755'

red 116 ◦ green 167 ◦ blue 85

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

Shades of Asparagus #74A755

Tints of Asparagus #74A755

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.38%

 BLUE value IS 85 (33.59% from 255) = 23.1%

R = 31.52%
G = 45.38%
B = 23.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#74A755 (or 0x74A755) is known color: Asparagus. HEX triplet: 74, A7 and 55. RGB value is (116,167,85). Sum of RGB (Red+Green+Blue) = 116+167+85=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 167 - color contains mainly: green. Hex color #74A755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A755 is #8B58AA. Grayscale: #8E8E8E. Windows color (decimal): -9132203 or 5613428. OLE color: 5613428.

HSL color Cylindrical-coordinate representation of color #74A755: hue angle of 97.32º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74A755 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 167 85 -
CMYK 0.31 0 0.49 0.35
HSL 97.32º 0.33% 0.49% -
HSV(B) 97.32º 0.49% 0.65% -
XYZ 22.66 32.01 13.58 -
YUV 142.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 116 167 85 0.31 0 0.49 0.35 97.32 0.33 0.49
Hex 74 A7 55 1F 0 31 23 61 21 31
Octal 164 247 125 37 0 61 43 141 41 61
Binary 1110100 10100111 1010101 11111 0 110001 100011 1100001 100001 110001

Color Harmonies of #74A755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A755

Black with #74A755

Text Example


Text Example

White with #74A755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A755; }

 p { color: rgb(116,167,85); }

 H1.HeaderClassName
 {
   color: #74A755;
 }
 .AnyTagClassName
 {
   color: #74A755;
 }
</style>

background-color css

<style>
 a { background-color: #74A755; }

 a { background-color: rgb(116,167,85); }

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

border-color css

<style>
 span { border-color: #74A755; }

 span { border-color: rgb(116,167,85); }

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