Html Css Color HEX #74A162 Asparagus

📋 copy color: '#74A162'

red 116 ◦ green 161 ◦ blue 98

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

Shades of Asparagus #74A162

Tints of Asparagus #74A162

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.93%

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

R = 30.93%
G = 42.93%
B = 26.13%

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

#74A162 (or 0x74A162) is known color: Asparagus. HEX triplet: 74, A1 and 62. RGB value is (116,161,98). Sum of RGB (Red+Green+Blue) = 116+161+98=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 161 - color contains mainly: green. Hex color #74A162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A162 is #8B5E9D. Grayscale: #8C8C8C. Windows color (decimal): -9133726 or 6463860. OLE color: 6463860.

HSL color Cylindrical-coordinate representation of color #74A162: hue angle of 102.86º 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 #74A162 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 161 98 -
CMYK 0.28 0 0.39 0.37
HSL 102.86º 0.25% 0.51% -
HSV(B) 102.86º 0.39% 0.63% -
XYZ 22.15 30.08 16.19 -
YUV 140.36 104.09 110.62 -
System Red Green Blue C M Y K H S L
Decimal 116 161 98 0.28 0 0.39 0.37 102.86 0.25 0.51
Hex 74 A1 62 1C 0 27 25 67 19 33
Octal 164 241 142 34 0 47 45 147 31 63
Binary 1110100 10100001 1100010 11100 0 100111 100101 1100111 11001 110011

Color Harmonies of #74A162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A162

Black with #74A162

Text Example


Text Example

White with #74A162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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