Html Css Color HEX #769954 Asparagus

📋 copy color: '#769954'

red 118 ◦ green 153 ◦ blue 84

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

Shades of Asparagus #769954

Tints of Asparagus #769954

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.1%

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

R = 33.24%
G = 43.1%
B = 23.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#769954 (or 0x769954) is known color: Asparagus. HEX triplet: 76, 99 and 54. RGB value is (118,153,84). Sum of RGB (Red+Green+Blue) = 118+153+84=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #769954 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769954 is #8966AB. Grayscale: #868686. Windows color (decimal): -9004716 or 5544310. OLE color: 5544310.

HSL color Cylindrical-coordinate representation of color #769954: hue angle of 90.43º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #769954 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 84 -
CMYK 0.23 0 0.45 0.4
HSL 90.43º 0.29% 0.46% -
HSV(B) 90.43º 0.45% 0.6% -
XYZ 20.46 27.27 12.57 -
YUV 134.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 118 153 84 0.23 0 0.45 0.4 90.43 0.29 0.46
Hex 76 99 54 17 0 2D 28 5A 1D 2E
Octal 166 231 124 27 0 55 50 132 35 56
Binary 1110110 10011001 1010100 10111 0 101101 101000 1011010 11101 101110

Color Harmonies of #769954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769954

Black with #769954

Text Example


Text Example

White with #769954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769954; }

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

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

background-color css

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

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

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

border-color css

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

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

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