Html Css Color HEX #769654 Asparagus

📋 copy color: '#769654'

red 118 ◦ green 150 ◦ blue 84

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

Shades of Asparagus #769654

Tints of Asparagus #769654

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.61%

 BLUE value IS 84 (33.2% from 255) = 23.86%

R = 33.52%
G = 42.61%
B = 23.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#769654 (or 0x769654) is known color: Asparagus. HEX triplet: 76, 96 and 54. RGB value is (118,150,84). Sum of RGB (Red+Green+Blue) = 118+150+84=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #769654 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769654 is #8969AB. Grayscale: #858585. Windows color (decimal): -9005484 or 5543542. OLE color: 5543542.

HSL color Cylindrical-coordinate representation of color #769654: hue angle of 89.09º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #769654 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 84 -
CMYK 0.21 0 0.44 0.41
HSL 89.09º 0.28% 0.46% -
HSV(B) 89.09º 0.44% 0.59% -
XYZ 19.98 26.3 12.41 -
YUV 132.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 118 150 84 0.21 0 0.44 0.41 89.09 0.28 0.46
Hex 76 96 54 15 0 2C 29 59 1C 2E
Octal 166 226 124 25 0 54 51 131 34 56
Binary 1110110 10010110 1010100 10101 0 101100 101001 1011001 11100 101110

Color Harmonies of #769654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769654

Black with #769654

Text Example


Text Example

White with #769654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769654; }

 p { color: rgb(118,150,84); }

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

background-color css

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

 a { background-color: rgb(118,150,84); }

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

border-color css

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

 span { border-color: rgb(118,150,84); }

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