Html Css Color HEX #68992F Limeade

📋 copy color: '#68992F'

red 104 ◦ green 153 ◦ blue 47

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

Shades of Limeade #68992F

Tints of Limeade #68992F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 34.21%
G = 50.33%
B = 15.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#68992F (or 0x68992F) is known color: Limeade. HEX triplet: 68, 99 and 2F. RGB value is (104,153,47). Sum of RGB (Red+Green+Blue) = 104+153+47=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #68992F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68992F is #9766D0. Grayscale: #7E7E7E. Windows color (decimal): -9922257 or 3119464. OLE color: 3119464.

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

Color convert

RGB 104 153 47 -
CMYK 0.32 0 0.69 0.4
HSL 87.74º 0.53% 0.39% -
HSV(B) 87.74º 0.69% 0.6% -
XYZ 17.61 25.93 6.77 -
YUV 126.27 83.27 112.12 -
System Red Green Blue C M Y K H S L
Decimal 104 153 47 0.32 0 0.69 0.4 87.74 0.53 0.39
Hex 68 99 2F 20 0 45 28 58 35 27
Octal 150 231 57 40 0 105 50 130 65 47
Binary 1101000 10011001 101111 100000 0 1000101 101000 1011000 110101 100111

Color Harmonies of #68992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68992F

Black with #68992F

Text Example


Text Example

White with #68992F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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