Html Css Color HEX #68A137 Limeade

📋 copy color: '#68A137'

red 104 ◦ green 161 ◦ blue 55

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

Shades of Limeade #68A137

Tints of Limeade #68A137

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.31%

 BLUE value IS 55 (21.88% from 255) = 17.19%

R = 32.5%
G = 50.31%
B = 17.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#68A137 (or 0x68A137) is known color: Limeade. HEX triplet: 68, A1 and 37. RGB value is (104,161,55). Sum of RGB (Red+Green+Blue) = 104+161+55=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #68A137 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A137 is #975EC8. Grayscale: #848484. Windows color (decimal): -9920201 or 3645800. OLE color: 3645800.

HSL color Cylindrical-coordinate representation of color #68A137: hue angle of 92.26º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68A137 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 161 55 -
CMYK 0.35 0 0.66 0.37
HSL 92.26º 0.49% 0.42% -
HSV(B) 92.26º 0.66% 0.63% -
XYZ 19.14 28.71 8.15 -
YUV 131.87 84.62 108.12 -
System Red Green Blue C M Y K H S L
Decimal 104 161 55 0.35 0 0.66 0.37 92.26 0.49 0.42
Hex 68 A1 37 23 0 42 25 5C 31 2A
Octal 150 241 67 43 0 102 45 134 61 52
Binary 1101000 10100001 110111 100011 0 1000010 100101 1011100 110001 101010

Color Harmonies of #68A137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A137

Black with #68A137

Text Example


Text Example

White with #68A137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,161,55); }

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

background-color css

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

 a { background-color: rgb(104,161,55); }

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

border-color css

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

 span { border-color: rgb(104,161,55); }

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