Html Css Color HEX #68A82C Limeade

📋 copy color: '#68A82C'

red 104 ◦ green 168 ◦ blue 44

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

Shades of Limeade #68A82C

Tints of Limeade #68A82C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.16%

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 32.91%
G = 53.16%
B = 13.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#68A82C (or 0x68A82C) is known color: Limeade. HEX triplet: 68, A8 and 2C. RGB value is (104,168,44). Sum of RGB (Red+Green+Blue) = 104+168+44=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 168 (66.02% from 255 or 53.16% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 168 - color contains mainly: green. Hex color #68A82C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A82C is #9757D3. Grayscale: #878787. Windows color (decimal): -9918420 or 2926696. OLE color: 2926696.

HSL color Cylindrical-coordinate representation of color #68A82C: hue angle of 90.97º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68A82C is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 104 168 44 -
CMYK 0.38 0 0.74 0.34
HSL 90.97º 0.58% 0.42% -
HSV(B) 90.97º 0.74% 0.66% -
XYZ 20.17 31.13 7.33 -
YUV 134.73 76.8 106.08 -
System Red Green Blue C M Y K H S L
Decimal 104 168 44 0.38 0 0.74 0.34 90.97 0.58 0.42
Hex 68 A8 2C 26 0 4A 22 5B 3A 2A
Octal 150 250 54 46 0 112 42 133 72 52
Binary 1101000 10101000 101100 100110 0 1001010 100010 1011011 111010 101010

Color Harmonies of #68A82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A82C

Black with #68A82C

Text Example


Text Example

White with #68A82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A82C; }

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

 H1.HeaderClassName
 {
   color: #68A82C;
 }
 .AnyTagClassName
 {
   color: #68A82C;
 }
</style>

background-color css

<style>
 a { background-color: #68A82C; }

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

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

border-color css

<style>
 span { border-color: #68A82C; }

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

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