Html Css Color HEX #689834 Limeade

📋 copy color: '#689834'

red 104 ◦ green 152 ◦ blue 52

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

Shades of Limeade #689834

Tints of Limeade #689834

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.35%

 BLUE value IS 52 (20.7% from 255) = 16.88%

R = 33.77%
G = 49.35%
B = 16.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#689834 (or 0x689834) is known color: Limeade. HEX triplet: 68, 98 and 34. RGB value is (104,152,52). Sum of RGB (Red+Green+Blue) = 104+152+52=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #689834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689834 is #9767CB. Grayscale: #7E7E7E. Windows color (decimal): -9922508 or 3446888. OLE color: 3446888.

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

Color convert

RGB 104 152 52 -
CMYK 0.32 0 0.66 0.40
HSL 88.8º 0.49% 0.4% -
HSV(B) 88.8º 0.66% 0.6% -
XYZ 17.56 25.65 7.27 -
YUV 126.25 86.1 112.13 -
System Red Green Blue C M Y K H S L
Decimal 104 152 52 0.32 0 0.66 0.40 88.8 0.49 0.4
Hex 68 98 34 20 0 42 28 59 31 28
Octal 150 230 64 40 0 102 50 131 61 50
Binary 1101000 10011000 110100 100000 0 1000010 101000 1011001 110001 101000

Color Harmonies of #689834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689834

Black with #689834

Text Example


Text Example

White with #689834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689834; }

 p { color: rgb(104,152,52); }

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

background-color css

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

 a { background-color: rgb(104,152,52); }

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

border-color css

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

 span { border-color: rgb(104,152,52); }

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