#68994B

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

Shades of Asparagus #68994B

Tints of Asparagus #68994B

Color information

#68994B (or 0x68994B) is unknown color: approx Asparagus. HEX triplet: 68, 99 and 4B. RGB value is (104,153,75). Sum of RGB (Red+Green+Blue) = 104+153+75=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #68994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68994B is #9766B4. Grayscale: #818181. Windows color (decimal): -9922229 or 4954472. OLE color: 4954472.

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

Color convert

RGB10415375-
CMYK0.3200.510.4
HSL97.69º34.21%44.71%-
HSV(B)97.69º50.98%60%-
XYZ18.3726.2310.75-
YUV129.4697.27109.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.33%
GREEN value IS 153 (60.16% from 255) = 46.08%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=31.33%
G=46.08%
B=22.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104153750.3200.510.497.6934.2144.71
Hex68994B200332862222d
Octal15023111340063501424255
Binary110100010011001100101110000001100111010001100010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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