#769748

Color #769748 Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #769748

Tints of Asparagus #769748

Color information

#769748 (or 0x769748) is unknown color: approx Asparagus. HEX triplet: 76, 97 and 48. RGB value is (118,151,72). Sum of RGB (Red+Green+Blue) = 118+151+72=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #769748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769748 is #8968B7. Grayscale: #848484. Windows color (decimal): -9005240 or 4757366. OLE color: 4757366.

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

Color convert

RGB11815172-
CMYK0.2200.520.41
HSL85.06º35.43%43.73%-
HSV(B)85.06º52.32%59.22%-
XYZ19.7126.4510.2-
YUV132.1394.07117.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 151 (59.38% from 255) = 44.28%
BLUE value IS 72 (28.52% from 255) = 21.11%
R=34.60%
G=44.28%
B=21.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118151720.2200.520.4185.0635.4343.73
Hex769748160342955232c
Octal16622711026064511254354
Binary11101101001011110010001011001101001010011010101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769748; }

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

 H1.HeaderClassName
 {
   color: #769748;
 }
 .AnyTagClassName
 {
   color: #769748;
 }
</style>
background-color css

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

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

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

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

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

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