Html Css Color HEX #769E5F Asparagus

📋 copy color: '#769E5F'

red 118 ◦ green 158 ◦ blue 95

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

Shades of Asparagus #769E5F

Tints of Asparagus #769E5F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.59%

 BLUE value IS 95 (37.5% from 255) = 25.61%

R = 31.81%
G = 42.59%
B = 25.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#769E5F (or 0x769E5F) is known color: Asparagus. HEX triplet: 76, 9E and 5F. RGB value is (118,158,95). Sum of RGB (Red+Green+Blue) = 118+158+95=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #769E5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769E5F is #8961A0. Grayscale: #8B8B8B. Windows color (decimal): -9003425 or 6266486. OLE color: 6266486.

HSL color Cylindrical-coordinate representation of color #769E5F: hue angle of 98.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #769E5F is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 158 95 -
CMYK 0.25 0 0.40 0.38
HSL 98.1º 0.25% 0.5% -
HSV(B) 98.1º 0.4% 0.62% -
XYZ 21.76 29.13 15.3 -
YUV 138.86 103.25 113.12 -
System Red Green Blue C M Y K H S L
Decimal 118 158 95 0.25 0 0.40 0.38 98.1 0.25 0.5
Hex 76 9E 5F 19 0 28 26 62 19 32
Octal 166 236 137 31 0 50 46 142 31 62
Binary 1110110 10011110 1011111 11001 0 101000 100110 1100010 11001 110010

Color Harmonies of #769E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769E5F

Black with #769E5F

Text Example


Text Example

White with #769E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,158,95); }

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

background-color css

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

 a { background-color: rgb(118,158,95); }

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

border-color css

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

 span { border-color: rgb(118,158,95); }

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