#68994D

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

Shades of Asparagus #68994D

Tints of Asparagus #68994D

Color information

#68994D (or 0x68994D) is unknown color: approx Asparagus. HEX triplet: 68, 99 and 4D. RGB value is (104,153,77). Sum of RGB (Red+Green+Blue) = 104+153+77=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #68994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68994D is #9766B2. Grayscale: #818181. Windows color (decimal): -9922227 or 5085544. OLE color: 5085544.

HSL color Cylindrical-coordinate representation of color #68994D: hue angle of 98.68º degrees, saturation: 0.33, 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 #68994D is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB10415377-
CMYK0.3200.500.4
HSL98.68º33.04%45.1%-
HSV(B)98.68º49.67%60%-
XYZ18.4426.2611.12-
YUV129.6898.27109.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 153 (60.16% from 255) = 45.81%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=31.14%
G=45.81%
B=23.05%

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
Decimal104153770.3200.500.498.6833.0445.1
Hex68994D200322863212d
Octal15023111540062501434155
Binary110100010011001100110110000001100101010001100011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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