Html Css Color HEX #689942 Limeade

📋 copy color: '#689942'

red 104 ◦ green 153 ◦ blue 66

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

Shades of Limeade #689942

Tints of Limeade #689942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.43%

R = 32.2%
G = 47.37%
B = 20.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#689942 (or 0x689942) is known color: Limeade. HEX triplet: 68, 99 and 42. RGB value is (104,153,66). Sum of RGB (Red+Green+Blue) = 104+153+66=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #689942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689942 is #9766BD. Grayscale: #808080. Windows color (decimal): -9922238 or 4364648. OLE color: 4364648.

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

Color convert

RGB 104 153 66 -
CMYK 0.32 0 0.57 0.4
HSL 93.79º 0.4% 0.43% -
HSV(B) 93.79º 0.57% 0.6% -
XYZ 18.08 26.12 9.24 -
YUV 128.43 92.77 110.57 -
System Red Green Blue C M Y K H S L
Decimal 104 153 66 0.32 0 0.57 0.4 93.79 0.4 0.43
Hex 68 99 42 20 0 39 28 5E 28 2B
Octal 150 231 102 40 0 71 50 136 50 53
Binary 1101000 10011001 1000010 100000 0 111001 101000 1011110 101000 101011

Color Harmonies of #689942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689942

Black with #689942

Text Example


Text Example

White with #689942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689942; }

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

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

background-color css

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

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

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

border-color css

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

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

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