Html Css Color HEX #76A24B Asparagus

📋 copy color: '#76A24B'

red 118 ◦ green 162 ◦ blue 75

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

Shades of Asparagus #76A24B

Tints of Asparagus #76A24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.13%

R = 33.24%
G = 45.63%
B = 21.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#76A24B (or 0x76A24B) is known color: Asparagus. HEX triplet: 76, A2 and 4B. RGB value is (118,162,75). Sum of RGB (Red+Green+Blue) = 118+162+75=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #76A24B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A24B is #895DB4. Grayscale: #8B8B8B. Windows color (decimal): -9002421 or 4956790. OLE color: 4956790.

HSL color Cylindrical-coordinate representation of color #76A24B: hue angle of 90.34º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76A24B is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 162 75 -
CMYK 0.27 0 0.54 0.36
HSL 90.34º 0.37% 0.46% -
HSV(B) 90.34º 0.54% 0.64% -
XYZ 21.66 30.2 11.34 -
YUV 138.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 118 162 75 0.27 0 0.54 0.36 90.34 0.37 0.46
Hex 76 A2 4B 1B 0 36 24 5A 25 2E
Octal 166 242 113 33 0 66 44 132 45 56
Binary 1110110 10100010 1001011 11011 0 110110 100100 1011010 100101 101110

Color Harmonies of #76A24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A24B

Black with #76A24B

Text Example


Text Example

White with #76A24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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