Html Css Color HEX #68A62C Limeade

📋 copy color: '#68A62C'

red 104 ◦ green 166 ◦ blue 44

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

Shades of Limeade #68A62C

Tints of Limeade #68A62C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.87%

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

R = 33.12%
G = 52.87%
B = 14.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#68A62C (or 0x68A62C) is known color: Limeade. HEX triplet: 68, A6 and 2C. RGB value is (104,166,44). Sum of RGB (Red+Green+Blue) = 104+166+44=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #68A62C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A62C is #9759D3. Grayscale: #858585. Windows color (decimal): -9918932 or 2926184. OLE color: 2926184.

HSL color Cylindrical-coordinate representation of color #68A62C: hue angle of 90.49º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68A62C is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 104 166 44 -
CMYK 0.37 0 0.73 0.35
HSL 90.49º 0.58% 0.41% -
HSV(B) 90.49º 0.73% 0.65% -
XYZ 19.8 30.4 7.21 -
YUV 133.55 77.46 106.92 -
System Red Green Blue C M Y K H S L
Decimal 104 166 44 0.37 0 0.73 0.35 90.49 0.58 0.41
Hex 68 A6 2C 25 0 49 23 5A 3A 29
Octal 150 246 54 45 0 111 43 132 72 51
Binary 1101000 10100110 101100 100101 0 1001001 100011 1011010 111010 101001

Color Harmonies of #68A62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A62C

Black with #68A62C

Text Example


Text Example

White with #68A62C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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