#76944B

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

Shades of Asparagus #76944B

Tints of Asparagus #76944B

Color information

#76944B (or 0x76944B) is unknown color: approx Asparagus. HEX triplet: 76, 94 and 4B. RGB value is (118,148,75). Sum of RGB (Red+Green+Blue) = 118+148+75=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #76944B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76944B is #896BB4. Grayscale: #828282. Windows color (decimal): -9006005 or 4953206. OLE color: 4953206.

HSL color Cylindrical-coordinate representation of color #76944B: hue angle of 84.66º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76944B is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB11814875-
CMYK0.2000.490.42
HSL84.66º32.74%43.73%-
HSV(B)84.66º49.32%58.04%-
XYZ19.3325.5410.57-
YUV130.7196.56118.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 148 (58.20% from 255) = 43.40%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=34.60%
G=43.40%
B=21.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118148750.2000.490.4284.6632.7443.73
Hex76944B140312A55212c
Octal16622411324061521254154
Binary11101101001010010010111010001100011010101010101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76944B; }

 p { color: rgb(118,148,75); }

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

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

 a { background-color: rgb(118,148,75); }

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

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

 span { border-color: rgb(118,148,75); }

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