#68972D

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

Shades of Limeade #68972D

Tints of Limeade #68972D

Color information

#68972D (or 0x68972D) is unknown color: approx Limeade. HEX triplet: 68, 97 and 2D. RGB value is (104,151,45). Sum of RGB (Red+Green+Blue) = 104+151+45=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #68972D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68972D is #9768D2. Grayscale: #7D7D7D. Windows color (decimal): -9922771 or 2987880. OLE color: 2987880.

HSL color Cylindrical-coordinate representation of color #68972D: hue angle of 86.6º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68972D is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB10415145-
CMYK0.3100.700.41
HSL86.6º54.08%38.43%-
HSV(B)86.6º70.2%59.22%-
XYZ17.2525.276.45-
YUV124.8682.93113.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 151 (59.38% from 255) = 50.33%
BLUE value IS 45 (17.97% from 255) = 15%
R=34.67%
G=50.33%
B=15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104151450.3100.700.4186.654.0838.43
Hex68972D1F04629573626
Octal15022755370106511276646
Binary11010001001011110110111111010001101010011010111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68972D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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