#68982C

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

Shades of Limeade #68982C

Tints of Limeade #68982C

Color information

#68982C (or 0x68982C) is unknown color: approx Limeade. HEX triplet: 68, 98 and 2C. RGB value is (104,152,44). Sum of RGB (Red+Green+Blue) = 104+152+44=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #68982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68982C is #9767D3. Grayscale: #7D7D7D. Windows color (decimal): -9922516 or 2922600. OLE color: 2922600.

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

Color convert

RGB10415244-
CMYK0.3200.710.40
HSL86.67º55.1%38.43%-
HSV(B)86.67º71.05%59.61%-
XYZ17.3925.586.4-
YUV125.3482.1112.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 152 (59.77% from 255) = 50.67%
BLUE value IS 44 (17.58% from 255) = 14.67%
R=34.67%
G=50.67%
B=14.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104152440.3200.710.4086.6755.138.43
Hex68982C2004728573726
Octal15023054400107501276746
Binary110100010011000101100100000010001111010001010111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68982C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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