Html Css Color HEX #769750 Asparagus

📋 copy color: '#769750'

red 118 ◦ green 151 ◦ blue 80

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

Shades of Asparagus #769750

Tints of Asparagus #769750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.27%

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 33.81%
G = 43.27%
B = 22.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#769750 (or 0x769750) is known color: Asparagus. HEX triplet: 76, 97 and 50. RGB value is (118,151,80). Sum of RGB (Red+Green+Blue) = 118+151+80=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #769750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769750 is #8968AF. Grayscale: #858585. Windows color (decimal): -9005232 or 5281654. OLE color: 5281654.

HSL color Cylindrical-coordinate representation of color #769750: hue angle of 87.89º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #769750 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 80 -
CMYK 0.22 0 0.47 0.41
HSL 87.89º 0.31% 0.45% -
HSV(B) 87.89º 0.47% 0.59% -
XYZ 19.99 26.56 11.66 -
YUV 133.04 98.07 117.27 -
System Red Green Blue C M Y K H S L
Decimal 118 151 80 0.22 0 0.47 0.41 87.89 0.31 0.45
Hex 76 97 50 16 0 2F 29 58 1F 2D
Octal 166 227 120 26 0 57 51 130 37 55
Binary 1110110 10010111 1010000 10110 0 101111 101001 1011000 11111 101101

Color Harmonies of #769750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769750

Black with #769750

Text Example


Text Example

White with #769750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769750; }

 p { color: rgb(118,151,80); }

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

background-color css

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

 a { background-color: rgb(118,151,80); }

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

border-color css

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

 span { border-color: rgb(118,151,80); }

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