Html Css Color HEX #74A062 Asparagus

📋 copy color: '#74A062'

red 116 ◦ green 160 ◦ blue 98

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

Shades of Asparagus #74A062

Tints of Asparagus #74A062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.78%

 BLUE value IS 98 (38.67% from 255) = 26.2%

R = 31.02%
G = 42.78%
B = 26.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#74A062 (or 0x74A062) is known color: Asparagus. HEX triplet: 74, A0 and 62. RGB value is (116,160,98). Sum of RGB (Red+Green+Blue) = 116+160+98=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 160 - color contains mainly: green. Hex color #74A062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A062 is #8B5F9D. Grayscale: #8B8B8B. Windows color (decimal): -9133982 or 6463604. OLE color: 6463604.

HSL color Cylindrical-coordinate representation of color #74A062: hue angle of 102.58º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74A062 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 160 98 -
CMYK 0.28 0 0.39 0.37
HSL 102.58º 0.25% 0.51% -
HSV(B) 102.58º 0.39% 0.63% -
XYZ 21.98 29.74 16.14 -
YUV 139.78 104.42 111.04 -
System Red Green Blue C M Y K H S L
Decimal 116 160 98 0.28 0 0.39 0.37 102.58 0.25 0.51
Hex 74 A0 62 1C 0 27 25 67 19 33
Octal 164 240 142 34 0 47 45 147 31 63
Binary 1110100 10100000 1100010 11100 0 100111 100101 1100111 11001 110011

Color Harmonies of #74A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A062

Black with #74A062

Text Example


Text Example

White with #74A062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,160,98); }

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

background-color css

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

 a { background-color: rgb(116,160,98); }

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

border-color css

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

 span { border-color: rgb(116,160,98); }

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