Html Css Color HEX #769F54 Asparagus

📋 copy color: '#769F54'

red 118 ◦ green 159 ◦ blue 84

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

Shades of Asparagus #769F54

Tints of Asparagus #769F54

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.04%

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

R = 32.69%
G = 44.04%
B = 23.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#769F54 (or 0x769F54) is known color: Asparagus. HEX triplet: 76, 9F and 54. RGB value is (118,159,84). Sum of RGB (Red+Green+Blue) = 118+159+84=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #769F54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F54 is #8960AB. Grayscale: #8A8A8A. Windows color (decimal): -9003180 or 5545846. OLE color: 5545846.

HSL color Cylindrical-coordinate representation of color #769F54: hue angle of 92.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #769F54 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 159 84 -
CMYK 0.26 0 0.47 0.38
HSL 92.8º 0.31% 0.48% -
HSV(B) 92.8º 0.47% 0.62% -
XYZ 21.47 29.29 12.91 -
YUV 138.19 97.42 113.6 -
System Red Green Blue C M Y K H S L
Decimal 118 159 84 0.26 0 0.47 0.38 92.8 0.31 0.48
Hex 76 9F 54 1A 0 2F 26 5D 1F 30
Octal 166 237 124 32 0 57 46 135 37 60
Binary 1110110 10011111 1010100 11010 0 101111 100110 1011101 11111 110000

Color Harmonies of #769F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769F54

Black with #769F54

Text Example


Text Example

White with #769F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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