Html Css Color HEX #68993E Limeade

📋 copy color: '#68993E'

red 104 ◦ green 153 ◦ blue 62

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

Shades of Limeade #68993E

Tints of Limeade #68993E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.96%

 BLUE value IS 62 (24.61% from 255) = 19.44%

R = 32.6%
G = 47.96%
B = 19.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#68993E (or 0x68993E) is known color: Limeade. HEX triplet: 68, 99 and 3E. RGB value is (104,153,62). Sum of RGB (Red+Green+Blue) = 104+153+62=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #68993E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68993E is #9766C1. Grayscale: #808080. Windows color (decimal): -9922242 or 4102504. OLE color: 4102504.

HSL color Cylindrical-coordinate representation of color #68993E: hue angle of 92.31º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68993E is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 62 -
CMYK 0.32 0 0.59 0.4
HSL 92.31º 0.42% 0.42% -
HSV(B) 92.31º 0.59% 0.6% -
XYZ 17.97 26.07 8.64 -
YUV 127.98 90.77 110.9 -
System Red Green Blue C M Y K H S L
Decimal 104 153 62 0.32 0 0.59 0.4 92.31 0.42 0.42
Hex 68 99 3E 20 0 3B 28 5C 2A 2A
Octal 150 231 76 40 0 73 50 134 52 52
Binary 1101000 10011001 111110 100000 0 111011 101000 1011100 101010 101010

Color Harmonies of #68993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68993E

Black with #68993E

Text Example


Text Example

White with #68993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68993E; }

 p { color: rgb(104,153,62); }

 H1.HeaderClassName
 {
   color: #68993E;
 }
 .AnyTagClassName
 {
   color: #68993E;
 }
</style>

background-color css

<style>
 a { background-color: #68993E; }

 a { background-color: rgb(104,153,62); }

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

border-color css

<style>
 span { border-color: #68993E; }

 span { border-color: rgb(104,153,62); }

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