Html Css Color HEX #68A132 Limeade

📋 copy color: '#68A132'

red 104 ◦ green 161 ◦ blue 50

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

Shades of Limeade #68A132

Tints of Limeade #68A132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 33.02%
G = 51.11%
B = 15.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#68A132 (or 0x68A132) is known color: Limeade. HEX triplet: 68, A1 and 32. RGB value is (104,161,50). Sum of RGB (Red+Green+Blue) = 104+161+50=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #68A132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A132 is #975ECD. Grayscale: #838383. Windows color (decimal): -9920206 or 3318120. OLE color: 3318120.

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

Color convert

RGB 104 161 50 -
CMYK 0.35 0 0.69 0.37
HSL 90.81º 0.53% 0.41% -
HSV(B) 90.81º 0.69% 0.63% -
XYZ 19.03 28.66 7.55 -
YUV 131.3 82.12 108.53 -
System Red Green Blue C M Y K H S L
Decimal 104 161 50 0.35 0 0.69 0.37 90.81 0.53 0.41
Hex 68 A1 32 23 0 45 25 5B 35 29
Octal 150 241 62 43 0 105 45 133 65 51
Binary 1101000 10100001 110010 100011 0 1000101 100101 1011011 110101 101001

Color Harmonies of #68A132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A132

Black with #68A132

Text Example


Text Example

White with #68A132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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