Html Css Color HEX #68982C Limeade

📋 copy color: '#68982C'

red 104 ◦ green 152 ◦ blue 44

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

Shades of Limeade #68982C

Tints of Limeade #68982C

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 value IS 0.32

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#68982C (or 0x68982C) is known color: 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

RGB 104 152 44 -
CMYK 0.32 0 0.71 0.40
HSL 86.67º 0.55% 0.38% -
HSV(B) 86.67º 0.71% 0.6% -
XYZ 17.39 25.58 6.4 -
YUV 125.34 82.1 112.78 -
System Red Green Blue C M Y K H S L
Decimal 104 152 44 0.32 0 0.71 0.40 86.67 0.55 0.38
Hex 68 98 2C 20 0 47 28 57 37 26
Octal 150 230 54 40 0 107 50 127 67 46
Binary 1101000 10011000 101100 100000 0 1000111 101000 1010111 110111 100110

Color Harmonies of #68982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68982C

Black with #68982C

Text Example


Text Example

White with #68982C

Text Example


Text Example

HTML Codes & Css Web 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>