Html Css Color HEX #689D2C Limeade

📋 copy color: '#689D2C'

red 104 ◦ green 157 ◦ blue 44

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

Shades of Limeade #689D2C

Tints of Limeade #689D2C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.48%

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 34.1%
G = 51.48%
B = 14.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#689D2C (or 0x689D2C) is known color: Limeade. HEX triplet: 68, 9D and 2C. RGB value is (104,157,44). Sum of RGB (Red+Green+Blue) = 104+157+44=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #689D2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689D2C is #9762D3. Grayscale: #808080. Windows color (decimal): -9921236 or 2923880. OLE color: 2923880.

HSL color Cylindrical-coordinate representation of color #689D2C: hue angle of 88.14º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #689D2C is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 157 44 -
CMYK 0.34 0 0.72 0.38
HSL 88.14º 0.56% 0.39% -
HSV(B) 88.14º 0.72% 0.62% -
XYZ 18.22 27.24 6.68 -
YUV 128.27 80.44 110.69 -
System Red Green Blue C M Y K H S L
Decimal 104 157 44 0.34 0 0.72 0.38 88.14 0.56 0.39
Hex 68 9D 2C 22 0 48 26 58 38 27
Octal 150 235 54 42 0 110 46 130 70 47
Binary 1101000 10011101 101100 100010 0 1001000 100110 1011000 111000 100111

Color Harmonies of #689D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D2C

Black with #689D2C

Text Example


Text Example

White with #689D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689D2C; }

 p { color: rgb(104,157,44); }

 H1.HeaderClassName
 {
   color: #689D2C;
 }
 .AnyTagClassName
 {
   color: #689D2C;
 }
</style>

background-color css

<style>
 a { background-color: #689D2C; }

 a { background-color: rgb(104,157,44); }

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

border-color css

<style>
 span { border-color: #689D2C; }

 span { border-color: rgb(104,157,44); }

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