Html Css Color HEX #769A51 Asparagus

📋 copy color: '#769A51'

red 118 ◦ green 154 ◦ blue 81

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

Shades of Asparagus #769A51

Tints of Asparagus #769A51

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.63%

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 33.43%
G = 43.63%
B = 22.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#769A51 (or 0x769A51) is known color: Asparagus. HEX triplet: 76, 9A and 51. RGB value is (118,154,81). Sum of RGB (Red+Green+Blue) = 118+154+81=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #769A51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769A51 is #8965AE. Grayscale: #878787. Windows color (decimal): -9004463 or 5347958. OLE color: 5347958.

HSL color Cylindrical-coordinate representation of color #769A51: hue angle of 89.59º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #769A51 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 154 81 -
CMYK 0.23 0 0.47 0.40
HSL 89.59º 0.31% 0.46% -
HSV(B) 89.59º 0.47% 0.6% -
XYZ 20.51 27.56 12.02 -
YUV 134.91 97.57 115.94 -
System Red Green Blue C M Y K H S L
Decimal 118 154 81 0.23 0 0.47 0.40 89.59 0.31 0.46
Hex 76 9A 51 17 0 2F 28 5A 1F 2E
Octal 166 232 121 27 0 57 50 132 37 56
Binary 1110110 10011010 1010001 10111 0 101111 101000 1011010 11111 101110

Color Harmonies of #769A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769A51

Black with #769A51

Text Example


Text Example

White with #769A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769A51; }

 p { color: rgb(118,154,81); }

 H1.HeaderClassName
 {
   color: #769A51;
 }
 .AnyTagClassName
 {
   color: #769A51;
 }
</style>

background-color css

<style>
 a { background-color: #769A51; }

 a { background-color: rgb(118,154,81); }

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

border-color css

<style>
 span { border-color: #769A51; }

 span { border-color: rgb(118,154,81); }

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