Html Css Color HEX #769A54 Asparagus

📋 copy color: '#769A54'

red 118 ◦ green 154 ◦ blue 84

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

Shades of Asparagus #769A54

Tints of Asparagus #769A54

RGB

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

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

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

R = 33.15%
G = 43.26%
B = 23.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#769A54 (or 0x769A54) is known color: Asparagus. HEX triplet: 76, 9A and 54. RGB value is (118,154,84). Sum of RGB (Red+Green+Blue) = 118+154+84=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 154 - color contains mainly: green. Hex color #769A54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769A54 is #8965AB. Grayscale: #878787. Windows color (decimal): -9004460 or 5544566. OLE color: 5544566.

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

Color convert

RGB 118 154 84 -
CMYK 0.23 0 0.45 0.40
HSL 90.86º 0.29% 0.47% -
HSV(B) 90.86º 0.45% 0.6% -
XYZ 20.63 27.6 12.63 -
YUV 135.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 118 154 84 0.23 0 0.45 0.40 90.86 0.29 0.47
Hex 76 9A 54 17 0 2D 28 5B 1D 2F
Octal 166 232 124 27 0 55 50 133 35 57
Binary 1110110 10011010 1010100 10111 0 101101 101000 1011011 11101 101111

Color Harmonies of #769A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769A54

Black with #769A54

Text Example


Text Example

White with #769A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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