Html Css Color HEX #68992D Limeade

📋 copy color: '#68992D'

red 104 ◦ green 153 ◦ blue 45

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

Shades of Limeade #68992D

Tints of Limeade #68992D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.9%

R = 34.44%
G = 50.66%
B = 14.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#68992D (or 0x68992D) is known color: Limeade. HEX triplet: 68, 99 and 2D. RGB value is (104,153,45). Sum of RGB (Red+Green+Blue) = 104+153+45=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #68992D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68992D is #9766D2. Grayscale: #7E7E7E. Windows color (decimal): -9922259 or 2988392. OLE color: 2988392.

HSL color Cylindrical-coordinate representation of color #68992D: hue angle of 87.22º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68992D is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 45 -
CMYK 0.32 0 0.71 0.4
HSL 87.22º 0.55% 0.39% -
HSV(B) 87.22º 0.71% 0.6% -
XYZ 17.57 25.91 6.56 -
YUV 126.04 82.27 112.28 -
System Red Green Blue C M Y K H S L
Decimal 104 153 45 0.32 0 0.71 0.4 87.22 0.55 0.39
Hex 68 99 2D 20 0 47 28 57 37 27
Octal 150 231 55 40 0 107 50 127 67 47
Binary 1101000 10011001 101101 100000 0 1000111 101000 1010111 110111 100111

Color Harmonies of #68992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68992D

Black with #68992D

Text Example


Text Example

White with #68992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68992D; }

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

 H1.HeaderClassName
 {
   color: #68992D;
 }
 .AnyTagClassName
 {
   color: #68992D;
 }
</style>

background-color css

<style>
 a { background-color: #68992D; }

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

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

border-color css

<style>
 span { border-color: #68992D; }

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

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