Html Css Color HEX #68A031 Limeade

📋 copy color: '#68A031'

red 104 ◦ green 160 ◦ blue 49

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

Shades of Limeade #68A031

Tints of Limeade #68A031

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.12%

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 33.23%
G = 51.12%
B = 15.65%

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

#68A031 (or 0x68A031) is known color: Limeade. HEX triplet: 68, A0 and 31. RGB value is (104,160,49). Sum of RGB (Red+Green+Blue) = 104+160+49=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #68A031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A031 is #975FCE. Grayscale: #828282. Windows color (decimal): -9920463 or 3252328. OLE color: 3252328.

HSL color Cylindrical-coordinate representation of color #68A031: hue angle of 90.27º 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 #68A031 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 160 49 -
CMYK 0.35 0 0.69 0.37
HSL 90.27º 0.53% 0.41% -
HSV(B) 90.27º 0.69% 0.63% -
XYZ 18.83 28.31 7.38 -
YUV 130.6 81.95 109.03 -
System Red Green Blue C M Y K H S L
Decimal 104 160 49 0.35 0 0.69 0.37 90.27 0.53 0.41
Hex 68 A0 31 23 0 45 25 5A 35 29
Octal 150 240 61 43 0 105 45 132 65 51
Binary 1101000 10100000 110001 100011 0 1000101 100101 1011010 110101 101001

Color Harmonies of #68A031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A031

Black with #68A031

Text Example


Text Example

White with #68A031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,160,49); }

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

background-color css

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

 a { background-color: rgb(104,160,49); }

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

border-color css

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

 span { border-color: rgb(104,160,49); }

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