#769851

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

Shades of Asparagus #769851

Tints of Asparagus #769851

Color information

#769851 (or 0x769851) is unknown color: approx Asparagus. HEX triplet: 76, 98 and 51. RGB value is (118,152,81). Sum of RGB (Red+Green+Blue) = 118+152+81=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #769851 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769851 is #8967AE. Grayscale: #858585. Windows color (decimal): -9004975 or 5347446. OLE color: 5347446.

HSL color Cylindrical-coordinate representation of color #769851: hue angle of 88.73º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #769851 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB11815281-
CMYK0.2200.470.40
HSL88.73º30.47%45.69%-
HSV(B)88.73º46.71%59.61%-
XYZ20.1826.911.91-
YUV133.7498.24116.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 152 (59.77% from 255) = 43.30%
BLUE value IS 81 (32.03% from 255) = 23.08%
R=33.62%
G=43.30%
B=23.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118152810.2200.470.4088.7330.4745.69
Hex7698511602F28591e2e
Octal16623012126057501313656
Binary1110110100110001010001101100101111101000101100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769851; }

 p { color: rgb(118,152,81); }

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

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

 a { background-color: rgb(118,152,81); }

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

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

 span { border-color: rgb(118,152,81); }

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