#68994C

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

Shades of Asparagus #68994C

Tints of Asparagus #68994C

Color information

#68994C (or 0x68994C) is unknown color: approx Asparagus. HEX triplet: 68, 99 and 4C. RGB value is (104,153,76). Sum of RGB (Red+Green+Blue) = 104+153+76=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #68994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68994C is #9766B3. Grayscale: #818181. Windows color (decimal): -9922228 or 5020008. OLE color: 5020008.

HSL color Cylindrical-coordinate representation of color #68994C: hue angle of 98.18º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68994C is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB10415376-
CMYK0.3200.500.4
HSL98.18º33.62%44.9%-
HSV(B)98.18º50.33%60%-
XYZ18.426.2510.93-
YUV129.5797.77109.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=31.23%
G=45.95%
B=22.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104153760.3200.500.498.1833.6244.9
Hex68994C200322862222d
Octal15023111440062501424255
Binary110100010011001100110010000001100101010001100010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68994C; }

 p { color: rgb(104,153,76); }

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

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

 a { background-color: rgb(104,153,76); }

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

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

 span { border-color: rgb(104,153,76); }

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