Html Css Color HEX #689934 Limeade

📋 copy color: '#689934'

red 104 ◦ green 153 ◦ blue 52

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

Shades of Limeade #689934

Tints of Limeade #689934

RGB

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

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

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

R = 33.66%
G = 49.51%
B = 16.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#689934 (or 0x689934) is known color: Limeade. HEX triplet: 68, 99 and 34. RGB value is (104,153,52). Sum of RGB (Red+Green+Blue) = 104+153+52=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #689934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689934 is #9766CB. Grayscale: #7F7F7F. Windows color (decimal): -9922252 or 3447144. OLE color: 3447144.

HSL color Cylindrical-coordinate representation of color #689934: hue angle of 89.11º 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 #689934 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 52 -
CMYK 0.32 0 0.66 0.4
HSL 89.11º 0.49% 0.4% -
HSV(B) 89.11º 0.66% 0.6% -
XYZ 17.72 25.97 7.33 -
YUV 126.84 85.77 111.71 -
System Red Green Blue C M Y K H S L
Decimal 104 153 52 0.32 0 0.66 0.4 89.11 0.49 0.4
Hex 68 99 34 20 0 42 28 59 31 28
Octal 150 231 64 40 0 102 50 131 61 50
Binary 1101000 10011001 110100 100000 0 1000010 101000 1011001 110001 101000

Color Harmonies of #689934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689934

Black with #689934

Text Example


Text Example

White with #689934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689934; }

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

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

background-color css

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

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

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

border-color css

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

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

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