Html Css Color HEX #76A852 Asparagus

📋 copy color: '#76A852'

red 118 ◦ green 168 ◦ blue 82

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

Shades of Asparagus #76A852

Tints of Asparagus #76A852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.65%

 BLUE value IS 82 (32.42% from 255) = 22.28%

R = 32.07%
G = 45.65%
B = 22.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#76A852 (or 0x76A852) is known color: Asparagus. HEX triplet: 76, A8 and 52. RGB value is (118,168,82). Sum of RGB (Red+Green+Blue) = 118+168+82=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 168 - color contains mainly: green. Hex color #76A852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A852 is #8957AD. Grayscale: #8F8F8F. Windows color (decimal): -9000878 or 5417078. OLE color: 5417078.

HSL color Cylindrical-coordinate representation of color #76A852: hue angle of 94.88º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76A852 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 168 82 -
CMYK 0.30 0 0.51 0.34
HSL 94.88º 0.34% 0.49% -
HSV(B) 94.88º 0.51% 0.66% -
XYZ 23 32.47 13.04 -
YUV 143.25 93.44 109.99 -
System Red Green Blue C M Y K H S L
Decimal 118 168 82 0.30 0 0.51 0.34 94.88 0.34 0.49
Hex 76 A8 52 1E 0 33 22 5F 22 31
Octal 166 250 122 36 0 63 42 137 42 61
Binary 1110110 10101000 1010010 11110 0 110011 100010 1011111 100010 110001

Color Harmonies of #76A852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A852

Black with #76A852

Text Example


Text Example

White with #76A852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,168,82); }

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

background-color css

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

 a { background-color: rgb(118,168,82); }

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

border-color css

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

 span { border-color: rgb(118,168,82); }

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