Html Css Color HEX #769F4E Asparagus

📋 copy color: '#769F4E'

red 118 ◦ green 159 ◦ blue 78

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

Shades of Asparagus #769F4E

Tints of Asparagus #769F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.97%

R = 33.24%
G = 44.79%
B = 21.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#769F4E (or 0x769F4E) is known color: Asparagus. HEX triplet: 76, 9F and 4E. RGB value is (118,159,78). Sum of RGB (Red+Green+Blue) = 118+159+78=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 159 - color contains mainly: green. Hex color #769F4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F4E is #8960B1. Grayscale: #898989. Windows color (decimal): -9003186 or 5152630. OLE color: 5152630.

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

Color convert

RGB 118 159 78 -
CMYK 0.26 0 0.51 0.38
HSL 90.37º 0.34% 0.46% -
HSV(B) 90.37º 0.51% 0.62% -
XYZ 21.24 29.2 11.72 -
YUV 137.51 94.42 114.09 -
System Red Green Blue C M Y K H S L
Decimal 118 159 78 0.26 0 0.51 0.38 90.37 0.34 0.46
Hex 76 9F 4E 1A 0 33 26 5A 22 2E
Octal 166 237 116 32 0 63 46 132 42 56
Binary 1110110 10011111 1001110 11010 0 110011 100110 1011010 100010 101110

Color Harmonies of #769F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769F4E

Black with #769F4E

Text Example


Text Example

White with #769F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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