#68983B

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

Shades of Limeade #68983B

Tints of Limeade #68983B

Color information

#68983B (or 0x68983B) is unknown color: approx Limeade. HEX triplet: 68, 98 and 3B. RGB value is (104,152,59). Sum of RGB (Red+Green+Blue) = 104+152+59=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #68983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68983B is #9767C4. Grayscale: #7F7F7F. Windows color (decimal): -9922501 or 3905640. OLE color: 3905640.

HSL color Cylindrical-coordinate representation of color #68983B: hue angle of 90.97º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68983B is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB10415259-
CMYK0.3200.610.40
HSL90.97º44.08%41.37%-
HSV(B)90.97º61.18%59.61%-
XYZ17.7325.728.17-
YUV127.0589.6111.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 152 (59.77% from 255) = 48.25%
BLUE value IS 59 (23.44% from 255) = 18.73%
R=33.02%
G=48.25%
B=18.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104152590.3200.610.4090.9744.0841.37
Hex68983B2003D285b2c29
Octal1502307340075501335451
Binary11010001001100011101110000001111011010001011011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,152,59); }

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

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

 a { background-color: rgb(104,152,59); }

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

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

 span { border-color: rgb(104,152,59); }

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