Html Css Color HEX #74A642 Asparagus

📋 copy color: '#74A642'

red 116 ◦ green 166 ◦ blue 66

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

Shades of Asparagus #74A642

Tints of Asparagus #74A642

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.7%

 BLUE value IS 66 (26.17% from 255) = 18.97%

R = 33.33%
G = 47.7%
B = 18.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#74A642 (or 0x74A642) is known color: Asparagus. HEX triplet: 74, A6 and 42. RGB value is (116,166,66). Sum of RGB (Red+Green+Blue) = 116+166+66=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 166 - color contains mainly: green. Hex color #74A642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A642 is #8B59BD. Grayscale: #8C8C8C. Windows color (decimal): -9132478 or 4367988. OLE color: 4367988.

HSL color Cylindrical-coordinate representation of color #74A642: hue angle of 90º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74A642 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 166 66 -
CMYK 0.30 0 0.60 0.35
HSL 90º 0.43% 0.45% -
HSV(B) 90º 0.6% 0.65% -
XYZ 21.82 31.38 10.06 -
YUV 139.65 86.44 111.13 -
System Red Green Blue C M Y K H S L
Decimal 116 166 66 0.30 0 0.60 0.35 90 0.43 0.45
Hex 74 A6 42 1E 0 3C 23 5A 2B 2D
Octal 164 246 102 36 0 74 43 132 53 55
Binary 1110100 10100110 1000010 11110 0 111100 100011 1011010 101011 101101

Color Harmonies of #74A642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A642

Black with #74A642

Text Example


Text Example

White with #74A642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,166,66); }

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

background-color css

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

 a { background-color: rgb(116,166,66); }

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

border-color css

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

 span { border-color: rgb(116,166,66); }

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