Html Css Color HEX #68992E Limeade

📋 copy color: '#68992E'

red 104 ◦ green 153 ◦ blue 46

#68992E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #68992E

Tints of Limeade #68992E

RGB

 RED value IS 104 (41.02% from 255) = 34.32%

 GREEN value IS 153 (60.16% from 255) = 50.5%

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 34.32%
G = 50.5%
B = 15.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#68992E (or 0x68992E) is known color: Limeade. HEX triplet: 68, 99 and 2E. RGB value is (104,153,46). Sum of RGB (Red+Green+Blue) = 104+153+46=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #68992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68992E is #9766D1. Grayscale: #7E7E7E. Windows color (decimal): -9922258 or 3053928. OLE color: 3053928.

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

Color convert

RGB 104 153 46 -
CMYK 0.32 0 0.70 0.4
HSL 87.48º 0.54% 0.39% -
HSV(B) 87.48º 0.7% 0.6% -
XYZ 17.59 25.92 6.66 -
YUV 126.15 82.77 112.2 -
System Red Green Blue C M Y K H S L
Decimal 104 153 46 0.32 0 0.70 0.4 87.48 0.54 0.39
Hex 68 99 2E 20 0 46 28 57 36 27
Octal 150 231 56 40 0 106 50 127 66 47
Binary 1101000 10011001 101110 100000 0 1000110 101000 1010111 110110 100111

Color Harmonies of #68992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68992E

Black with #68992E

Text Example


Text Example

White with #68992E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68992E;
 }
 .AnyTagClassName
 {
   color: #68992E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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