Html Css Color HEX #769F60 Asparagus

📋 copy color: '#769F60'

red 118 ◦ green 159 ◦ blue 96

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

Shades of Asparagus #769F60

Tints of Asparagus #769F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.74%

R = 31.64%
G = 42.63%
B = 25.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#769F60 (or 0x769F60) is known color: Asparagus. HEX triplet: 76, 9F and 60. RGB value is (118,159,96). Sum of RGB (Red+Green+Blue) = 118+159+96=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #769F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F60 is #89609F. Grayscale: #8B8B8B. Windows color (decimal): -9003168 or 6332278. OLE color: 6332278.

HSL color Cylindrical-coordinate representation of color #769F60: hue angle of 99.05º 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 #769F60 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 159 96 -
CMYK 0.26 0 0.40 0.38
HSL 99.05º 0.25% 0.5% -
HSV(B) 99.05º 0.4% 0.62% -
XYZ 21.98 29.49 15.6 -
YUV 139.56 103.42 112.62 -
System Red Green Blue C M Y K H S L
Decimal 118 159 96 0.26 0 0.40 0.38 99.05 0.25 0.5
Hex 76 9F 60 1A 0 28 26 63 19 32
Octal 166 237 140 32 0 50 46 143 31 62
Binary 1110110 10011111 1100000 11010 0 101000 100110 1100011 11001 110010

Color Harmonies of #769F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769F60

Black with #769F60

Text Example


Text Example

White with #769F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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