#68992D

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

Shades of Limeade #68992D

Tints of Limeade #68992D

Color information

#68992D (or 0x68992D) is unknown color: approx Limeade. HEX triplet: 68, 99 and 2D. RGB value is (104,153,45). Sum of RGB (Red+Green+Blue) = 104+153+45=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #68992D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68992D is #9766D2. Grayscale: #7E7E7E. Windows color (decimal): -9922259 or 2988392. OLE color: 2988392.

HSL color Cylindrical-coordinate representation of color #68992D: hue angle of 87.22º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68992D is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB10415345-
CMYK0.3200.710.4
HSL87.22º54.55%38.82%-
HSV(B)87.22º70.59%60%-
XYZ17.5725.916.56-
YUV126.0482.27112.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 153 (60.16% from 255) = 50.66%
BLUE value IS 45 (17.97% from 255) = 14.90%
R=34.44%
G=50.66%
B=14.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104153450.3200.710.487.2254.5538.82
Hex68992D2004728573727
Octal15023155400107501276747
Binary110100010011001101101100000010001111010001010111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68992D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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