Html Css Color HEX #769754 Asparagus

📋 copy color: '#769754'

red 118 ◦ green 151 ◦ blue 84

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

Shades of Asparagus #769754

Tints of Asparagus #769754

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.78%

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

R = 33.43%
G = 42.78%
B = 23.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#769754 (or 0x769754) is known color: Asparagus. HEX triplet: 76, 97 and 54. RGB value is (118,151,84). Sum of RGB (Red+Green+Blue) = 118+151+84=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #769754 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769754 is #8968AB. Grayscale: #858585. Windows color (decimal): -9005228 or 5543798. OLE color: 5543798.

HSL color Cylindrical-coordinate representation of color #769754: hue angle of 89.55º degrees, saturation: 0.29, 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 #769754 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 84 -
CMYK 0.22 0 0.44 0.41
HSL 89.55º 0.29% 0.46% -
HSV(B) 89.55º 0.44% 0.59% -
XYZ 20.14 26.62 12.47 -
YUV 133.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 118 151 84 0.22 0 0.44 0.41 89.55 0.29 0.46
Hex 76 97 54 16 0 2C 29 5A 1D 2E
Octal 166 227 124 26 0 54 51 132 35 56
Binary 1110110 10010111 1010100 10110 0 101100 101001 1011010 11101 101110

Color Harmonies of #769754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769754

Black with #769754

Text Example


Text Example

White with #769754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769754; }

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

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

background-color css

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

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

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

border-color css

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

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

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