Html Css Color HEX #68992A Limeade

📋 copy color: '#68992A'

red 104 ◦ green 153 ◦ blue 42

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

Shades of Limeade #68992A

Tints of Limeade #68992A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 34.78%
G = 51.17%
B = 14.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#68992A (or 0x68992A) is known color: Limeade. HEX triplet: 68, 99 and 2A. RGB value is (104,153,42). Sum of RGB (Red+Green+Blue) = 104+153+42=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #68992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68992A is #9766D5. Grayscale: #7E7E7E. Windows color (decimal): -9922262 or 2791784. OLE color: 2791784.

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

Color convert

RGB 104 153 42 -
CMYK 0.32 0 0.73 0.4
HSL 86.49º 0.57% 0.38% -
HSV(B) 86.49º 0.73% 0.6% -
XYZ 17.52 25.89 6.26 -
YUV 125.7 80.77 112.53 -
System Red Green Blue C M Y K H S L
Decimal 104 153 42 0.32 0 0.73 0.4 86.49 0.57 0.38
Hex 68 99 2A 20 0 49 28 56 39 26
Octal 150 231 52 40 0 111 50 126 71 46
Binary 1101000 10011001 101010 100000 0 1001001 101000 1010110 111001 100110

Color Harmonies of #68992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68992A

Black with #68992A

Text Example


Text Example

White with #68992A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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