Html Css Color HEX #76A262 Asparagus

📋 copy color: '#76A262'

red 118 ◦ green 162 ◦ blue 98

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

Shades of Asparagus #76A262

Tints of Asparagus #76A262

RGB

 RED value IS 118 (46.48% from 255) = 31.22%

 GREEN value IS 162 (63.67% from 255) = 42.86%

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

R = 31.22%
G = 42.86%
B = 25.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#76A262 (or 0x76A262) is known color: Asparagus. HEX triplet: 76, A2 and 62. RGB value is (118,162,98). Sum of RGB (Red+Green+Blue) = 118+162+98=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #76A262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A262 is #895D9D. Grayscale: #8D8D8D. Windows color (decimal): -9002398 or 6464118. OLE color: 6464118.

HSL color Cylindrical-coordinate representation of color #76A262: hue angle of 101.25º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76A262 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 162 98 -
CMYK 0.27 0 0.40 0.36
HSL 101.25º 0.26% 0.51% -
HSV(B) 101.25º 0.4% 0.64% -
XYZ 22.6 30.57 16.27 -
YUV 141.55 103.42 111.2 -
System Red Green Blue C M Y K H S L
Decimal 118 162 98 0.27 0 0.40 0.36 101.25 0.26 0.51
Hex 76 A2 62 1B 0 28 24 65 1A 33
Octal 166 242 142 33 0 50 44 145 32 63
Binary 1110110 10100010 1100010 11011 0 101000 100100 1100101 11010 110011

Color Harmonies of #76A262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A262

Black with #76A262

Text Example


Text Example

White with #76A262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A262; }

 p { color: rgb(118,162,98); }

 H1.HeaderClassName
 {
   color: #76A262;
 }
 .AnyTagClassName
 {
   color: #76A262;
 }
</style>

background-color css

<style>
 a { background-color: #76A262; }

 a { background-color: rgb(118,162,98); }

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

border-color css

<style>
 span { border-color: #76A262; }

 span { border-color: rgb(118,162,98); }

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